#9E5187

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

Shades of Strikemaster #9E5187

Tints of Strikemaster #9E5187

Color information

#9E5187 (or 0x9E5187) is unknown color: approx Strikemaster. HEX triplet: 9E, 51 and 87. RGB value is (158,81,135). Sum of RGB (Red+Green+Blue) = 158+81+135=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5187 is #61AE78. Grayscale: #6E6E6E. Windows color (decimal): -6401657 or 8868254. OLE color: 8868254.

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

Color convert

RGB15881135-
CMYK00.490.150.38
HSL317.92º32.22%46.86%-
HSV(B)317.92º48.73%61.96%-
XYZ21.4214.924.67-
YUV110.18142.01162.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.25%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 135 (53.12% from 255) = 36.10%
R=42.25%
G=21.66%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588113500.490.150.38317.9232.2246.86
Hex9E5187031F2613e202f
Octal23612120706117464764057
Binary1001111010100011000011101100011111100110100111110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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