#8E5675

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

Shades of Strikemaster #8E5675

Tints of Strikemaster #8E5675

Color information

#8E5675 (or 0x8E5675) is unknown color: approx Strikemaster. HEX triplet: 8E, 56 and 75. RGB value is (142,86,117). Sum of RGB (Red+Green+Blue) = 142+86+117=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5675 is #71A98A. Grayscale: #6A6A6A. Windows color (decimal): -7448971 or 7689870. OLE color: 7689870.

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

Color convert

RGB14286117-
CMYK00.390.180.44
HSL326.79º24.56%44.71%-
HSV(B)326.79º39.44%55.69%-
XYZ17.6913.6918.54-
YUV106.28134.05153.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.16%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=41.16%
G=24.93%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428611700.390.180.44326.7924.5644.71
Hex8E5675027122C147192d
Octal21612616504722545073155
Binary100011101010110111010101001111001010110010100011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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