#8E6A84

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

Shades of Strikemaster #8E6A84

Tints of Strikemaster #8E6A84

Color information

#8E6A84 (or 0x8E6A84) is unknown color: approx Strikemaster. HEX triplet: 8E, 6A and 84. RGB value is (142,106,132). Sum of RGB (Red+Green+Blue) = 142+106+132=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6A84 is #71957B. Grayscale: #777777. Windows color (decimal): -7443836 or 8678030. OLE color: 8678030.

HSL color Cylindrical-coordinate representation of color #8E6A84: hue angle of 316.67º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E6A84 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB142106132-
CMYK00.250.070.44
HSL316.67º14.52%48.63%-
HSV(B)316.67º25.35%55.69%-
XYZ20.4717.7224.17-
YUV119.73134.93143.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.37%
GREEN value IS 106 (41.80% from 255) = 27.89%
BLUE value IS 132 (51.95% from 255) = 34.74%
R=37.37%
G=27.89%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210613200.250.070.44316.6714.5248.63
Hex8E6A8401972C13df31
Octal2161522040317544751761
Binary100011101101010100001000110011111011001001111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,106,132); }

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

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

 a { background-color: rgb(142,106,132); }

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

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

 span { border-color: rgb(142,106,132); }

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