#8E567F

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

Shades of Strikemaster #8E567F

Tints of Strikemaster #8E567F

Color information

#8E567F (or 0x8E567F) is unknown color: approx Strikemaster. HEX triplet: 8E, 56 and 7F. RGB value is (142,86,127). Sum of RGB (Red+Green+Blue) = 142+86+127=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E567F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E567F is #71A980. Grayscale: #6B6B6B. Windows color (decimal): -7448961 or 8345230. OLE color: 8345230.

HSL color Cylindrical-coordinate representation of color #8E567F: hue angle of 316.07º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E567F is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14286127-
CMYK00.390.110.44
HSL316.07º24.56%44.71%-
HSV(B)316.07º39.44%55.69%-
XYZ18.3113.9421.8-
YUV107.42139.05152.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 127 (50% from 255) = 35.77%
R=40%
G=24.23%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428612700.390.110.44316.0724.5644.71
Hex8E567F027B2C13c192d
Octal21612617704713544743155
Binary10001110101011011111110100111101110110010011110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,86,127); }

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

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

 a { background-color: rgb(142,86,127); }

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

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

 span { border-color: rgb(142,86,127); }

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