Html Css Color HEX #955E79 Strikemaster

📋 copy color: '#955E79'

red 149 ◦ green 94 ◦ blue 121

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

Shades of Strikemaster #955E79

Tints of Strikemaster #955E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.82%

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

R = 40.93%
G = 25.82%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#955E79 (or 0x955E79) is known color: Strikemaster. HEX triplet: 95, 5E and 79. RGB value is (149,94,121). Sum of RGB (Red+Green+Blue) = 149+94+121=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #955E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E79 is #6AA186. Grayscale: #717171. Windows color (decimal): -6988167 or 7954069. OLE color: 7954069.

HSL color Cylindrical-coordinate representation of color #955E79: hue angle of 330.55º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E79 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 94 121 -
CMYK 0 0.37 0.19 0.42
HSL 330.55º 0.23% 0.48% -
HSV(B) 330.55º 0.37% 0.58% -
XYZ 19.85 15.78 20.09 -
YUV 113.52 132.22 153.3 -
System Red Green Blue C M Y K H S L
Decimal 149 94 121 0 0.37 0.19 0.42 330.55 0.23 0.48
Hex 95 5E 79 0 25 13 2A 14B 17 30
Octal 225 136 171 0 45 23 52 513 27 60
Binary 10010101 1011110 1111001 0 100101 10011 101010 101001011 10111 110000

Color Harmonies of #955E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E79

Black with #955E79

Text Example


Text Example

White with #955E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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