#997980

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

Shades of Venus #997980

Tints of Venus #997980

Color information

#997980 (or 0x997980) is unknown color: approx Venus. HEX triplet: 99, 79 and 80. RGB value is (153,121,128). Sum of RGB (Red+Green+Blue) = 153+121+128=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #997980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997980 is #66867F. Grayscale: #838383. Windows color (decimal): -6719104 or 8419737. OLE color: 8419737.

HSL color Cylindrical-coordinate representation of color #997980: hue angle of 346.88º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #997980 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB153121128-
CMYK00.210.160.4
HSL346.88º13.56%53.73%-
HSV(B)346.88º20.92%60%-
XYZ23.8722.0123.41-
YUV131.37126.1143.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 121 (47.66% from 255) = 30.10%
BLUE value IS 128 (50.39% from 255) = 31.84%
R=38.06%
G=30.10%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312112800.210.160.4346.8813.5653.73
Hex997980015102815be36
Octal23117120002520505331666
Binary10011001111100110000000010101100001010001010110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997980; }

 p { color: rgb(153,121,128); }

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

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

 a { background-color: rgb(153,121,128); }

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

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

 span { border-color: rgb(153,121,128); }

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