#997885

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

Shades of Venus #997885

Tints of Venus #997885

Color information

#997885 (or 0x997885) is unknown color: approx Venus. HEX triplet: 99, 78 and 85. RGB value is (153,120,133). Sum of RGB (Red+Green+Blue) = 153+120+133=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #997885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997885 is #66877A. Grayscale: #838383. Windows color (decimal): -6719355 or 8747161. OLE color: 8747161.

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

Color convert

RGB153120133-
CMYK00.220.130.4
HSL336.36º13.92%53.53%-
HSV(B)336.36º21.57%60%-
XYZ24.0921.925.15-
YUV131.35128.93143.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 120 (47.27% from 255) = 29.56%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=37.68%
G=29.56%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312013300.220.130.4336.3613.9253.53
Hex997885016D28150e36
Octal23117020502615505201666
Binary1001100111110001000010101011011011010001010100001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997885; }

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

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

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

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

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

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

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

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