#8E5B7F

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

Shades of Strikemaster #8E5B7F

Tints of Strikemaster #8E5B7F

Color information

#8E5B7F (or 0x8E5B7F) is unknown color: approx Strikemaster. HEX triplet: 8E, 5B and 7F. RGB value is (142,91,127). Sum of RGB (Red+Green+Blue) = 142+91+127=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5B7F is #71A480. Grayscale: #6E6E6E. Windows color (decimal): -7447681 or 8346510. OLE color: 8346510.

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

Color convert

RGB14291127-
CMYK00.360.110.44
HSL317.65º21.89%45.69%-
HSV(B)317.65º35.92%55.69%-
XYZ18.7314.7721.94-
YUV110.35137.4150.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.44%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 127 (50% from 255) = 35.28%
R=39.44%
G=25.28%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429112700.360.110.44317.6521.8945.69
Hex8E5B7F024B2C13e162e
Octal21613317704413544762656
Binary10001110101101111111110100100101110110010011111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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