#8E517C

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

Shades of Strikemaster #8E517C

Tints of Strikemaster #8E517C

Color information

#8E517C (or 0x8E517C) is unknown color: approx Strikemaster. HEX triplet: 8E, 51 and 7C. RGB value is (142,81,124). Sum of RGB (Red+Green+Blue) = 142+81+124=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E517C is #71AE83. Grayscale: #686868. Windows color (decimal): -7450244 or 8147342. OLE color: 8147342.

HSL color Cylindrical-coordinate representation of color #8E517C: hue angle of 317.7º 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 #8E517C is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB14281124-
CMYK00.430.130.44
HSL317.7º27.35%43.73%-
HSV(B)317.7º42.96%55.69%-
XYZ17.7413.0920.66-
YUV104.14139.21155-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.92%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=40.92%
G=23.34%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428112400.430.130.44317.727.3543.73
Hex8E517C02BD2C13e1b2c
Octal21612117405315544763354
Binary10001110101000111111000101011110110110010011111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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