#9C5586

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

Shades of Strikemaster #9C5586

Tints of Strikemaster #9C5586

Color information

#9C5586 (or 0x9C5586) is unknown color: approx Strikemaster. HEX triplet: 9C, 55 and 86. RGB value is (156,85,134). Sum of RGB (Red+Green+Blue) = 156+85+134=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5586 is #63AA79. Grayscale: #6F6F6F. Windows color (decimal): -6531706 or 8803740. OLE color: 8803740.

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

Color convert

RGB15685134-
CMYK00.460.140.39
HSL318.59º29.46%47.25%-
HSV(B)318.59º45.51%61.18%-
XYZ21.2615.2924.38-
YUV111.81140.52159.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 134 (52.73% from 255) = 35.73%
R=41.6%
G=22.67%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568513400.460.140.39318.5929.4647.25
Hex9C558602EE2713f1d2f
Octal23412520605616474773557
Binary100111001010101100001100101110111010011110011111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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