#9C6488

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

Shades of Strikemaster #9C6488

Tints of Strikemaster #9C6488

Color information

#9C6488 (or 0x9C6488) is unknown color: approx Strikemaster. HEX triplet: 9C, 64 and 88. RGB value is (156,100,136). Sum of RGB (Red+Green+Blue) = 156+100+136=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6488 is #639B77. Grayscale: #787878. Windows color (decimal): -6527864 or 8938652. OLE color: 8938652.

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

Color convert

RGB156100136-
CMYK00.360.130.39
HSL321.43º22.05%50.2%-
HSV(B)321.43º35.9%61.18%-
XYZ22.7117.9625.56-
YUV120.85136.55153.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.80%
GREEN value IS 100 (39.45% from 255) = 25.51%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=39.80%
G=25.51%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610013600.360.130.39321.4322.0550.2
Hex9C6488024D271411632
Octal23414421004415475012662
Binary100111001100100100010000100100110110011110100000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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