#9C5481

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

Shades of Strikemaster #9C5481

Tints of Strikemaster #9C5481

Color information

#9C5481 (or 0x9C5481) is unknown color: approx Strikemaster. HEX triplet: 9C, 54 and 81. RGB value is (156,84,129). Sum of RGB (Red+Green+Blue) = 156+84+129=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5481 is #63AB7E. Grayscale: #6E6E6E. Windows color (decimal): -6531967 or 8475804. OLE color: 8475804.

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

Color convert

RGB15684129-
CMYK00.460.170.39
HSL322.5º30%47.06%-
HSV(B)322.5º46.15%61.18%-
XYZ20.8414.9922.56-
YUV110.66138.35160.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.28%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 129 (50.78% from 255) = 34.96%
R=42.28%
G=22.76%
B=34.96%

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
Decimal1568412900.460.170.39322.53047.06
Hex9C548102E11271421e2f
Octal23412420105621475023657
Binary1001110010101001000000101011101000110011110100001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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