#9C6581

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

Shades of Strikemaster #9C6581

Tints of Strikemaster #9C6581

Color information

#9C6581 (or 0x9C6581) is unknown color: approx Strikemaster. HEX triplet: 9C, 65 and 81. RGB value is (156,101,129). Sum of RGB (Red+Green+Blue) = 156+101+129=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6581 is #639A7E. Grayscale: #787878. Windows color (decimal): -6527615 or 8480156. OLE color: 8480156.

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

Color convert

RGB156101129-
CMYK00.350.170.39
HSL329.45º21.74%50.39%-
HSV(B)329.45º35.26%61.18%-
XYZ22.3317.9623.06-
YUV120.64132.72153.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.41%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=40.41%
G=26.17%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610112900.350.170.39329.4521.7450.39
Hex9C658102311271491632
Octal23414520104321475112662
Binary1001110011001011000000101000111000110011110100100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,101,129); }

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

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

 a { background-color: rgb(156,101,129); }

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

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

 span { border-color: rgb(156,101,129); }

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