#9C5786

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

Shades of Strikemaster #9C5786

Tints of Strikemaster #9C5786

Color information

#9C5786 (or 0x9C5786) is unknown color: approx Strikemaster. HEX triplet: 9C, 57 and 86. RGB value is (156,87,134). Sum of RGB (Red+Green+Blue) = 156+87+134=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5786 is #63A879. Grayscale: #707070. Windows color (decimal): -6531194 or 8804252. OLE color: 8804252.

HSL color Cylindrical-coordinate representation of color #9C5786: hue angle of 319.13º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C5786 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB15687134-
CMYK00.440.140.39
HSL319.13º28.4%47.65%-
HSV(B)319.13º44.23%61.18%-
XYZ21.4215.6124.44-
YUV112.99139.86158.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.38%
GREEN value IS 87 (34.38% from 255) = 23.08%
BLUE value IS 134 (52.73% from 255) = 35.54%
R=41.38%
G=23.08%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568713400.440.140.39319.1328.447.65
Hex9C578602CE2713f1c30
Octal23412720605416474773460
Binary100111001010111100001100101100111010011110011111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,87,134); }

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

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

 a { background-color: rgb(156,87,134); }

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

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

 span { border-color: rgb(156,87,134); }

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