#997481

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

Shades of Venus #997481

Tints of Venus #997481

Color information

#997481 (or 0x997481) is unknown color: approx Venus. HEX triplet: 99, 74 and 81. RGB value is (153,116,129). Sum of RGB (Red+Green+Blue) = 153+116+129=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #997481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997481 is #668B7E. Grayscale: #808080. Windows color (decimal): -6720383 or 8483993. OLE color: 8483993.

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

Color convert

RGB153116129-
CMYK00.240.160.4
HSL338.92º15.35%52.75%-
HSV(B)338.92º24.18%60%-
XYZ23.3420.8523.56-
YUV128.54128.26145.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.44%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=38.44%
G=29.15%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311612900.240.160.4338.9215.3552.75
Hex9974810181028153f35
Octal23116420103020505231765
Binary10011001111010010000001011000100001010001010100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997481; }

 p { color: rgb(153,116,129); }

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

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

 a { background-color: rgb(153,116,129); }

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

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

 span { border-color: rgb(153,116,129); }

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