#997984

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

Shades of Venus #997984

Tints of Venus #997984

Color information

#997984 (or 0x997984) is unknown color: approx Venus. HEX triplet: 99, 79 and 84. RGB value is (153,121,132). Sum of RGB (Red+Green+Blue) = 153+121+132=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #997984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997984 is #66867B. Grayscale: #838383. Windows color (decimal): -6719100 or 8681881. OLE color: 8681881.

HSL color Cylindrical-coordinate representation of color #997984: hue angle of 339.38º 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 #997984 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB153121132-
CMYK00.210.140.4
HSL339.38º13.56%53.73%-
HSV(B)339.38º20.92%60%-
XYZ24.1422.1124.83-
YUV131.82128.1143.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=37.68%
G=29.80%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312113200.210.140.4339.3813.5653.73
Hex997984015E28153e36
Octal23117120402516505231666
Binary1001100111110011000010001010111101010001010100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997984; }

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

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

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

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

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

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

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

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