#997280

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

Shades of Venus #997280

Tints of Venus #997280

Color information

#997280 (or 0x997280) is unknown color: approx Venus. HEX triplet: 99, 72 and 80. RGB value is (153,114,128). Sum of RGB (Red+Green+Blue) = 153+114+128=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #997280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997280 is #668D7F. Grayscale: #7F7F7F. Windows color (decimal): -6720896 or 8417945. OLE color: 8417945.

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

Color convert

RGB153114128-
CMYK00.250.160.4
HSL338.46º16.05%52.35%-
HSV(B)338.46º25.49%60%-
XYZ23.0520.3723.14-
YUV127.26128.42146.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.73%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=38.73%
G=28.86%
B=32.41%

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
Decimal15311412800.250.160.4338.4616.0552.35
Hex99728001910281521034
Octal23116220003120505222064
Binary100110011110010100000000110011000010100010101001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997280; }

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

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

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

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

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

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

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

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