#9B4C87

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

Shades of Strikemaster #9B4C87

Tints of Strikemaster #9B4C87

Color information

#9B4C87 (or 0x9B4C87) is unknown color: approx Strikemaster. HEX triplet: 9B, 4C and 87. RGB value is (155,76,135). Sum of RGB (Red+Green+Blue) = 155+76+135=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4C87 is #64B378. Grayscale: #6A6A6A. Windows color (decimal): -6599545 or 8866971. OLE color: 8866971.

HSL color Cylindrical-coordinate representation of color #9B4C87: hue angle of 315.19º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B4C87 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB15576135-
CMYK00.510.130.39
HSL315.19º34.2%45.29%-
HSV(B)315.19º50.97%60.78%-
XYZ20.4813.8924.52-
YUV106.35144.17162.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 135 (53.12% from 255) = 36.89%
R=42.35%
G=20.77%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557613500.510.130.39315.1934.245.29
Hex9B4C87033D2713b222d
Octal23311420706315474734255
Binary1001101110011001000011101100111101100111100111011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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