#927980

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

Shades of Venus #927980

Tints of Venus #927980

Color information

#927980 (or 0x927980) is unknown color: approx Venus. HEX triplet: 92, 79 and 80. RGB value is (146,121,128). Sum of RGB (Red+Green+Blue) = 146+121+128=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #927980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927980 is #6D867F. Grayscale: #818181. Windows color (decimal): -7177856 or 8419730. OLE color: 8419730.

HSL color Cylindrical-coordinate representation of color #927980: hue angle of 343.2º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #927980 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB146121128-
CMYK00.170.120.43
HSL343.2º10.29%52.35%-
HSV(B)343.2º17.12%57.25%-
XYZ22.5921.3423.35-
YUV129.27127.28139.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=36.96%
G=30.63%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612112800.170.120.43343.210.2952.35
Hex927980011C2B157a34
Octal22217120002114535271264
Binary1001001011110011000000001000111001010111010101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927980; }

 p { color: rgb(146,121,128); }

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

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

 a { background-color: rgb(146,121,128); }

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

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

 span { border-color: rgb(146,121,128); }

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