#997884

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

Shades of Venus #997884

Tints of Venus #997884

Color information

#997884 (or 0x997884) is unknown color: approx Venus. HEX triplet: 99, 78 and 84. RGB value is (153,120,132). Sum of RGB (Red+Green+Blue) = 153+120+132=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #997884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997884 is #66877B. Grayscale: #838383. Windows color (decimal): -6719356 or 8681625. OLE color: 8681625.

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

Color convert

RGB153120132-
CMYK00.220.140.4
HSL338.18º13.92%53.53%-
HSV(B)338.18º21.57%60%-
XYZ24.0221.8724.79-
YUV131.23128.43143.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=37.78%
G=29.63%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312013200.220.140.4338.1813.9253.53
Hex997884016E28152e36
Octal23117020402616505221666
Binary1001100111110001000010001011011101010001010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997884; }

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

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

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

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

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

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

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

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