#8E5E7F

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

Shades of Strikemaster #8E5E7F

Tints of Strikemaster #8E5E7F

Color information

#8E5E7F (or 0x8E5E7F) is unknown color: approx Strikemaster. HEX triplet: 8E, 5E and 7F. RGB value is (142,94,127). Sum of RGB (Red+Green+Blue) = 142+94+127=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5E7F is #71A180. Grayscale: #707070. Windows color (decimal): -7446913 or 8347278. OLE color: 8347278.

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

Color convert

RGB14294127-
CMYK00.340.110.44
HSL318.75º20.34%46.27%-
HSV(B)318.75º33.8%55.69%-
XYZ18.9915.2922.03-
YUV112.11136.4149.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.12%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 127 (50% from 255) = 34.99%
R=39.12%
G=25.90%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429412700.340.110.44318.7520.3446.27
Hex8E5E7F022B2C13f142e
Octal21613617704213544772456
Binary10001110101111011111110100010101110110010011111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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