#987981

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

Shades of Venus #987981

Tints of Venus #987981

Color information

#987981 (or 0x987981) is unknown color: approx Venus. HEX triplet: 98, 79 and 81. RGB value is (152,121,129). Sum of RGB (Red+Green+Blue) = 152+121+129=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #987981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987981 is #67867E. Grayscale: #838383. Windows color (decimal): -6784639 or 8485272. OLE color: 8485272.

HSL color Cylindrical-coordinate representation of color #987981: hue angle of 344.52º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987981 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB152121129-
CMYK00.200.150.40
HSL344.52º13.08%53.53%-
HSV(B)344.52º20.39%59.61%-
XYZ23.7521.9423.75-
YUV131.18126.77142.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.81%
GREEN value IS 121 (47.66% from 255) = 30.10%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=37.81%
G=30.10%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212112900.200.150.40344.5213.0853.53
Hex987981014F28159d36
Octal23017120102417505311566
Binary1001100011110011000000101010011111010001010110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987981; }

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

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

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

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

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

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

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

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