#9C6485

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

Shades of Strikemaster #9C6485

Tints of Strikemaster #9C6485

Color information

#9C6485 (or 0x9C6485) is unknown color: approx Strikemaster. HEX triplet: 9C, 64 and 85. RGB value is (156,100,133). Sum of RGB (Red+Green+Blue) = 156+100+133=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6485 is #639B7A. Grayscale: #787878. Windows color (decimal): -6527867 or 8742044. OLE color: 8742044.

HSL color Cylindrical-coordinate representation of color #9C6485: hue angle of 324.64º 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 #9C6485 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB156100133-
CMYK00.360.150.39
HSL324.64º22.05%50.2%-
HSV(B)324.64º35.9%61.18%-
XYZ22.517.8824.45-
YUV120.51135.05153.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.10%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=40.10%
G=25.71%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610013300.360.150.39324.6422.0550.2
Hex9C6485024F271451632
Octal23414420504417475052662
Binary100111001100100100001010100100111110011110100010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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