#955D78

Color #955D78 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #955D78

Tints of Strikemaster #955D78

Color information

#955D78 (or 0x955D78) is unknown color: approx Strikemaster. HEX triplet: 95, 5D and 78. RGB value is (149,93,120). Sum of RGB (Red+Green+Blue) = 149+93+120=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #955D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D78 is #6AA287. Grayscale: #707070. Windows color (decimal): -6988424 or 7888277. OLE color: 7888277.

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

Color convert

RGB14993120-
CMYK00.380.190.42
HSL331.07º23.14%47.45%-
HSV(B)331.07º37.58%58.43%-
XYZ19.715.5719.74-
YUV112.82132.05153.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=41.16%
G=25.69%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499312000.380.190.42331.0723.1447.45
Hex955D78026132A14b172f
Octal22513517004623525132757
Binary100101011011101111100001001101001110101010100101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,93,120); }

 H1.HeaderClassName
 {
   color: #955D78;
 }
 .AnyTagClassName
 {
   color: #955D78;
 }
</style>
background-color css

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

 a { background-color: rgb(149,93,120); }

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

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

 span { border-color: rgb(149,93,120); }

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