#9C5F87

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

Shades of Strikemaster #9C5F87

Tints of Strikemaster #9C5F87

Color information

#9C5F87 (or 0x9C5F87) is unknown color: approx Strikemaster. HEX triplet: 9C, 5F and 87. RGB value is (156,95,135). Sum of RGB (Red+Green+Blue) = 156+95+135=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5F87 is #63A078. Grayscale: #757575. Windows color (decimal): -6529145 or 8871836. OLE color: 8871836.

HSL color Cylindrical-coordinate representation of color #9C5F87: hue angle of 320.66º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C5F87 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB15695135-
CMYK00.390.130.39
HSL320.66º24.3%49.22%-
HSV(B)320.66º39.1%61.18%-
XYZ22.181725.03-
YUV117.8137.71155.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.41%
GREEN value IS 95 (37.5% from 255) = 24.61%
BLUE value IS 135 (53.12% from 255) = 34.97%
R=40.41%
G=24.61%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569513500.390.130.39320.6624.349.22
Hex9C5F87027D271411831
Octal23413720704715475013061
Binary100111001011111100001110100111110110011110100000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C5F87; }

 p { color: rgb(156,95,135); }

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

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

 a { background-color: rgb(156,95,135); }

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

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

 span { border-color: rgb(156,95,135); }

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