#8E5B7E

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

Shades of Strikemaster #8E5B7E

Tints of Strikemaster #8E5B7E

Color information

#8E5B7E (or 0x8E5B7E) is unknown color: approx Strikemaster. HEX triplet: 8E, 5B and 7E. RGB value is (142,91,126). Sum of RGB (Red+Green+Blue) = 142+91+126=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5B7E is #71A481. Grayscale: #6E6E6E. Windows color (decimal): -7447682 or 8280974. OLE color: 8280974.

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

Color convert

RGB14291126-
CMYK00.360.110.44
HSL318.82º21.89%45.69%-
HSV(B)318.82º35.92%55.69%-
XYZ18.6614.7421.6-
YUV110.24136.9150.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.55%
GREEN value IS 91 (35.94% from 255) = 25.35%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=39.55%
G=25.35%
B=35.10%

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
Decimal1429112600.360.110.44318.8221.8945.69
Hex8E5B7E024B2C13f162e
Octal21613317604413544772656
Binary10001110101101111111100100100101110110010011111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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