#8D7F81

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

Shades of Venus #8D7F81

Tints of Venus #8D7F81

Color information

#8D7F81 (or 0x8D7F81) is unknown color: approx Venus. HEX triplet: 8D, 7F and 81. RGB value is (141,127,129). Sum of RGB (Red+Green+Blue) = 141+127+129=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7F81 is #72807E. Grayscale: #838383. Windows color (decimal): -7503999 or 8486797. OLE color: 8486797.

HSL color Cylindrical-coordinate representation of color #8D7F81: hue angle of 351.43º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D7F81 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB141127129-
CMYK00.100.090.45
HSL351.43º5.79%52.55%-
HSV(B)351.43º9.93%55.29%-
XYZ22.5422.4323.91-
YUV131.41126.64134.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 127 (50% from 255) = 31.99%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=35.52%
G=31.99%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112712900.100.090.45351.435.7952.55
Hex8D7F810A92D15f635
Octal2151772010121155537665
Binary10001101111111110000001010101001101101101011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,127,129); }

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

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

 a { background-color: rgb(141,127,129); }

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

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

 span { border-color: rgb(141,127,129); }

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