#9C5480

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

Shades of Strikemaster #9C5480

Tints of Strikemaster #9C5480

Color information

#9C5480 (or 0x9C5480) is unknown color: approx Strikemaster. HEX triplet: 9C, 54 and 80. RGB value is (156,84,128). Sum of RGB (Red+Green+Blue) = 156+84+128=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5480 is #63AB7F. Grayscale: #6E6E6E. Windows color (decimal): -6531968 or 8410268. OLE color: 8410268.

HSL color Cylindrical-coordinate representation of color #9C5480: hue angle of 323.33º degrees, saturation: 0.3, 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 #9C5480 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB15684128-
CMYK00.460.180.39
HSL323.33º30%47.06%-
HSV(B)323.33º46.15%61.18%-
XYZ20.7814.9722.22-
YUV110.54137.85160.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.39%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 128 (50.39% from 255) = 34.78%
R=42.39%
G=22.83%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568412800.460.180.39323.333047.06
Hex9C548002E12271431e2f
Octal23412420005622475033657
Binary1001110010101001000000001011101001010011110100001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,84,128); }

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

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

 a { background-color: rgb(156,84,128); }

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

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

 span { border-color: rgb(156,84,128); }

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