Html Css Color HEX #954F7C Strikemaster

📋 copy color: '#954F7C'

red 149 ◦ green 79 ◦ blue 124

#954F7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #954F7C

Tints of Strikemaster #954F7C

RGB

 RED value IS 149 (58.59% from 255) = 42.33%

 GREEN value IS 79 (31.25% from 255) = 22.44%

 BLUE value IS 124 (48.83% from 255) = 35.23%

R = 42.33%
G = 22.44%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#954F7C (or 0x954F7C) is known color: Strikemaster. HEX triplet: 95, 4F and 7C. RGB value is (149,79,124). Sum of RGB (Red+Green+Blue) = 149+79+124=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #954F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F7C is #6AB083. Grayscale: #686868. Windows color (decimal): -6992004 or 8146837. OLE color: 8146837.

HSL color Cylindrical-coordinate representation of color #954F7C: hue angle of 321.43º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F7C is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 124 -
CMYK 0 0.47 0.17 0.42
HSL 321.43º 0.31% 0.45% -
HSV(B) 321.43º 0.47% 0.58% -
XYZ 18.83 13.44 20.67 -
YUV 105.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 149 79 124 0 0.47 0.17 0.42 321.43 0.31 0.45
Hex 95 4F 7C 0 2F 11 2A 141 1F 2D
Octal 225 117 174 0 57 21 52 501 37 55
Binary 10010101 1001111 1111100 0 101111 10001 101010 101000001 11111 101101

Color Harmonies of #954F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F7C

Black with #954F7C

Text Example


Text Example

White with #954F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954F7C; }

 p { color: rgb(149,79,124); }

 H1.HeaderClassName
 {
   color: #954F7C;
 }
 .AnyTagClassName
 {
   color: #954F7C;
 }
</style>

background-color css

<style>
 a { background-color: #954F7C; }

 a { background-color: rgb(149,79,124); }

 div.DivClassName
 {
   background-color: #954F7C;
 }
 .BgClassName
 {
   background-color: #954F7C;
 }
</style>

border-color css

<style>
 span { border-color: #954F7C; }

 span { border-color: rgb(149,79,124); }

 td.TdClassName
 {
   border-color: #954F7C;
 }
 .TagClassName
 {
   border-color: #954F7C;
 }
</style>