#997380

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

Shades of Venus #997380

Tints of Venus #997380

Color information

#997380 (or 0x997380) is unknown color: approx Venus. HEX triplet: 99, 73 and 80. RGB value is (153,115,128). Sum of RGB (Red+Green+Blue) = 153+115+128=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #997380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997380 is #668C7F. Grayscale: #7F7F7F. Windows color (decimal): -6720640 or 8418201. OLE color: 8418201.

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

Color convert

RGB153115128-
CMYK00.250.160.4
HSL339.47º15.7%52.55%-
HSV(B)339.47º24.84%60%-
XYZ23.1620.5923.18-
YUV127.84128.09145.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.64%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=38.64%
G=29.04%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311512800.250.160.4339.4715.752.55
Hex99738001910281531035
Octal23116320003120505232065
Binary100110011110011100000000110011000010100010101001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997380; }

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

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

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

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

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

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

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

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