#8E7981

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

Shades of Venus #8E7981

Tints of Venus #8E7981

Color information

#8E7981 (or 0x8E7981) is unknown color: approx Venus. HEX triplet: 8E, 79 and 81. RGB value is (142,121,129). Sum of RGB (Red+Green+Blue) = 142+121+129=392 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.22% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7981 is #71867E. Grayscale: #808080. Windows color (decimal): -7439999 or 8485262. OLE color: 8485262.

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

Color convert

RGB142121129-
CMYK00.150.090.44
HSL337.14º8.5%51.57%-
HSV(B)337.14º14.79%55.69%-
XYZ21.9621.0123.67-
YUV128.19128.46137.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.22%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 129 (50.78% from 255) = 32.91%
R=36.22%
G=30.87%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14212112900.150.090.44337.148.551.57
Hex8E79810F92C151934
Octal21617120101711545211164
Binary100011101111001100000010111110011011001010100011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,121,129); }

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

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

 a { background-color: rgb(142,121,129); }

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

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

 span { border-color: rgb(142,121,129); }

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