#9E5180

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

Shades of Strikemaster #9E5180

Tints of Strikemaster #9E5180

Color information

#9E5180 (or 0x9E5180) is unknown color: approx Strikemaster. HEX triplet: 9E, 51 and 80. RGB value is (158,81,128). Sum of RGB (Red+Green+Blue) = 158+81+128=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5180 is #61AE7F. Grayscale: #6D6D6D. Windows color (decimal): -6401664 or 8409502. OLE color: 8409502.

HSL color Cylindrical-coordinate representation of color #9E5180: hue angle of 323.38º 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 #9E5180 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB15881128-
CMYK00.490.190.38
HSL323.38º32.22%46.86%-
HSV(B)323.38º48.73%61.96%-
XYZ20.9414.7122.16-
YUV109.38138.51162.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.05%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=43.05%
G=22.07%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588112800.490.190.38323.3832.2246.86
Hex9E51800311326143202f
Octal23612120006123465034057
Binary10011110101000110000000011000110011100110101000011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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