#9B5480

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

Shades of Strikemaster #9B5480

Tints of Strikemaster #9B5480

Color information

#9B5480 (or 0x9B5480) is unknown color: approx Strikemaster. HEX triplet: 9B, 54 and 80. RGB value is (155,84,128). Sum of RGB (Red+Green+Blue) = 155+84+128=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5480 is #64AB7F. Grayscale: #6E6E6E. Windows color (decimal): -6597504 or 8410267. OLE color: 8410267.

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

Color convert

RGB15584128-
CMYK00.460.170.39
HSL322.82º29.71%46.86%-
HSV(B)322.82º45.81%60.78%-
XYZ20.5814.8722.21-
YUV110.24138.02159.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.23%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=42.23%
G=22.89%
B=34.88%

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
Decimal1558412800.460.170.39322.8229.7146.86
Hex9B548002E11271431e2f
Octal23312420005621475033657
Binary1001101110101001000000001011101000110011110100001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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