#8E5178

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

Shades of Strikemaster #8E5178

Tints of Strikemaster #8E5178

Color information

#8E5178 (or 0x8E5178) is unknown color: approx Strikemaster. HEX triplet: 8E, 51 and 78. RGB value is (142,81,120). Sum of RGB (Red+Green+Blue) = 142+81+120=343 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.40% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5178 is #71AE87. Grayscale: #676767. Windows color (decimal): -7450248 or 7885198. OLE color: 7885198.

HSL color Cylindrical-coordinate representation of color #8E5178: hue angle of 321.64º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E5178 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14281120-
CMYK00.430.150.44
HSL321.64º27.35%43.73%-
HSV(B)321.64º42.96%55.69%-
XYZ17.4912.9919.36-
YUV103.68137.21155.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.40%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 120 (47.27% from 255) = 34.99%
R=41.40%
G=23.62%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428112000.430.150.44321.6427.3543.73
Hex8E517802BF2C1421b2c
Octal21612117005317545023354
Binary10001110101000111110000101011111110110010100001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E5178; }

 p { color: rgb(142,81,120); }

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

<style>
 a { background-color: #8E5178; }

 a { background-color: rgb(142,81,120); }

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

<style>
 span { border-color: #8E5178; }

 span { border-color: rgb(142,81,120); }

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