#8E5F7B

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

Shades of Strikemaster #8E5F7B

Tints of Strikemaster #8E5F7B

Color information

#8E5F7B (or 0x8E5F7B) is unknown color: approx Strikemaster. HEX triplet: 8E, 5F and 7B. RGB value is (142,95,123). Sum of RGB (Red+Green+Blue) = 142+95+123=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5F7B is #71A084. Grayscale: #707070. Windows color (decimal): -7446661 or 8085390. OLE color: 8085390.

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

Color convert

RGB14295123-
CMYK00.330.130.44
HSL324.26º19.83%46.47%-
HSV(B)324.26º33.1%55.69%-
XYZ18.8215.3720.71-
YUV112.24134.07149.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.44%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 123 (48.44% from 255) = 34.17%
R=39.44%
G=26.39%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429512300.330.130.44324.2619.8346.47
Hex8E5F7B021D2C144142e
Octal21613717304115545042456
Binary10001110101111111110110100001110110110010100010010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,95,123); }

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

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

 a { background-color: rgb(142,95,123); }

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

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

 span { border-color: rgb(142,95,123); }

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