#927983

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

Shades of Venus #927983

Tints of Venus #927983

Color information

#927983 (or 0x927983) is unknown color: approx Venus. HEX triplet: 92, 79 and 83. RGB value is (146,121,131). Sum of RGB (Red+Green+Blue) = 146+121+131=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #927983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927983 is #6D867C. Grayscale: #818181. Windows color (decimal): -7177853 or 8616338. OLE color: 8616338.

HSL color Cylindrical-coordinate representation of color #927983: hue angle of 336º 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 #927983 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB146121131-
CMYK00.170.100.43
HSL336º10.29%52.35%-
HSV(B)336º17.12%57.25%-
XYZ22.7921.4224.41-
YUV129.62128.78139.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.68%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 131 (51.56% from 255) = 32.91%
R=36.68%
G=30.40%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612113100.170.100.4333610.2952.35
Hex927983011A2B150a34
Octal22217120302112535201264
Binary1001001011110011000001101000110101010111010100001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927983; }

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

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

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

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

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

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

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

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