#9C5482

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

Shades of Strikemaster #9C5482

Tints of Strikemaster #9C5482

Color information

#9C5482 (or 0x9C5482) is unknown color: approx Strikemaster. HEX triplet: 9C, 54 and 82. RGB value is (156,84,130). Sum of RGB (Red+Green+Blue) = 156+84+130=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5482 is #63AB7D. Grayscale: #6E6E6E. Windows color (decimal): -6531966 or 8541340. OLE color: 8541340.

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

Color convert

RGB15684130-
CMYK00.460.170.39
HSL321.67º30%47.06%-
HSV(B)321.67º46.15%61.18%-
XYZ20.9115.0222.92-
YUV110.77138.85160.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.16%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 130 (51.17% from 255) = 35.14%
R=42.16%
G=22.70%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568413000.460.170.39321.673047.06
Hex9C548202E11271421e2f
Octal23412420205621475023657
Binary1001110010101001000001001011101000110011110100001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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