#9E4C87

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

Shades of Strikemaster #9E4C87

Tints of Strikemaster #9E4C87

Color information

#9E4C87 (or 0x9E4C87) is unknown color: approx Strikemaster. HEX triplet: 9E, 4C and 87. RGB value is (158,76,135). Sum of RGB (Red+Green+Blue) = 158+76+135=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4C87 is #61B378. Grayscale: #6B6B6B. Windows color (decimal): -6402937 or 8866974. OLE color: 8866974.

HSL color Cylindrical-coordinate representation of color #9E4C87: hue angle of 316.83º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E4C87 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB15876135-
CMYK00.520.150.38
HSL316.83º35.04%45.88%-
HSV(B)316.83º51.9%61.96%-
XYZ21.0614.1924.55-
YUV107.24143.67164.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.82%
GREEN value IS 76 (30.08% from 255) = 20.60%
BLUE value IS 135 (53.12% from 255) = 36.59%
R=42.82%
G=20.60%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1587613500.520.150.38316.8335.0445.88
Hex9E4C87034F2613d232e
Octal23611420706417464754356
Binary1001111010011001000011101101001111100110100111101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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