#8E6984

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

Shades of Strikemaster #8E6984

Tints of Strikemaster #8E6984

Color information

#8E6984 (or 0x8E6984) is unknown color: approx Strikemaster. HEX triplet: 8E, 69 and 84. RGB value is (142,105,132). Sum of RGB (Red+Green+Blue) = 142+105+132=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6984 is #71967B. Grayscale: #777777. Windows color (decimal): -7444092 or 8677774. OLE color: 8677774.

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

Color convert

RGB142105132-
CMYK00.260.070.44
HSL316.22º14.98%48.43%-
HSV(B)316.22º26.06%55.69%-
XYZ20.3717.5224.14-
YUV119.14135.26144.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.47%
GREEN value IS 105 (41.41% from 255) = 27.70%
BLUE value IS 132 (51.95% from 255) = 34.83%
R=37.47%
G=27.70%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210513200.260.070.44316.2214.9848.43
Hex8E698401A72C13cf30
Octal2161512040327544741760
Binary100011101101001100001000110101111011001001111001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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