#9B5487

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

Shades of Strikemaster #9B5487

Tints of Strikemaster #9B5487

Color information

#9B5487 (or 0x9B5487) is unknown color: approx Strikemaster. HEX triplet: 9B, 54 and 87. RGB value is (155,84,135). Sum of RGB (Red+Green+Blue) = 155+84+135=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5487 is #64AB78. Grayscale: #6E6E6E. Windows color (decimal): -6597497 or 8869019. OLE color: 8869019.

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

Color convert

RGB15584135-
CMYK00.460.130.39
HSL316.9º29.71%46.86%-
HSV(B)316.9º45.81%60.78%-
XYZ21.0615.0624.72-
YUV111.04141.52159.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.44%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 135 (53.12% from 255) = 36.10%
R=41.44%
G=22.46%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558413500.460.130.39316.929.7146.86
Hex9B548702ED2713d1e2f
Octal23312420705615474753657
Binary100110111010100100001110101110110110011110011110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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