Html Css Color HEX #954979 Strikemaster

📋 copy color: '#954979'

red 149 ◦ green 73 ◦ blue 121

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

Shades of Strikemaster #954979

Tints of Strikemaster #954979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.28%

 BLUE value IS 121 (47.66% from 255) = 35.28%

R = 43.44%
G = 21.28%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#954979 (or 0x954979) is known color: Strikemaster. HEX triplet: 95, 49 and 79. RGB value is (149,73,121). Sum of RGB (Red+Green+Blue) = 149+73+121=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #954979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954979 is #6AB686. Grayscale: #656565. Windows color (decimal): -6993543 or 7948693. OLE color: 7948693.

HSL color Cylindrical-coordinate representation of color #954979: hue angle of 322.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954979 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 121 -
CMYK 0 0.51 0.19 0.42
HSL 322.11º 0.34% 0.44% -
HSV(B) 322.11º 0.51% 0.58% -
XYZ 18.23 12.54 19.55 -
YUV 101.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 149 73 121 0 0.51 0.19 0.42 322.11 0.34 0.44
Hex 95 49 79 0 33 13 2A 142 22 2C
Octal 225 111 171 0 63 23 52 502 42 54
Binary 10010101 1001001 1111001 0 110011 10011 101010 101000010 100010 101100

Color Harmonies of #954979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954979

Black with #954979

Text Example


Text Example

White with #954979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954979; }

 p { color: rgb(149,73,121); }

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

background-color css

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

 a { background-color: rgb(149,73,121); }

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

border-color css

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

 span { border-color: rgb(149,73,121); }

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