#8E6985

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

Shades of Strikemaster #8E6985

Tints of Strikemaster #8E6985

Color information

#8E6985 (or 0x8E6985) is unknown color: approx Strikemaster. HEX triplet: 8E, 69 and 85. RGB value is (142,105,133). Sum of RGB (Red+Green+Blue) = 142+105+133=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6985 is #71967A. Grayscale: #777777. Windows color (decimal): -7444091 or 8743310. OLE color: 8743310.

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

Color convert

RGB142105133-
CMYK00.260.060.44
HSL314.59º14.98%48.43%-
HSV(B)314.59º26.06%55.69%-
XYZ20.4417.5524.5-
YUV119.26135.76144.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.37%
GREEN value IS 105 (41.41% from 255) = 27.63%
BLUE value IS 133 (52.34% from 255) = 35%
R=37.37%
G=27.63%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210513300.260.060.44314.5914.9848.43
Hex8E698501A62C13bf30
Octal2161512050326544731760
Binary100011101101001100001010110101101011001001110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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