#9C5988

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

Shades of Strikemaster #9C5988

Tints of Strikemaster #9C5988

Color information

#9C5988 (or 0x9C5988) is unknown color: approx Strikemaster. HEX triplet: 9C, 59 and 88. RGB value is (156,89,136). Sum of RGB (Red+Green+Blue) = 156+89+136=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5988 is #63A677. Grayscale: #727272. Windows color (decimal): -6530680 or 8935836. OLE color: 8935836.

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

Color convert

RGB15689136-
CMYK00.430.130.39
HSL317.91º27.35%48.04%-
HSV(B)317.91º42.95%61.18%-
XYZ21.7315.9925.23-
YUV114.39140.2157.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.94%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 136 (53.52% from 255) = 35.70%
R=40.94%
G=23.36%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568913600.430.130.39317.9127.3548.04
Hex9C598802BD2713e1b30
Octal23413121005315474763360
Binary100111001011001100010000101011110110011110011111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,89,136); }

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

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

 a { background-color: rgb(156,89,136); }

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

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

 span { border-color: rgb(156,89,136); }

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