#917E83

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

Shades of Venus #917E83

Tints of Venus #917E83

Color information

#917E83 (or 0x917E83) is unknown color: approx Venus. HEX triplet: 91, 7E and 83. RGB value is (145,126,131). Sum of RGB (Red+Green+Blue) = 145+126+131=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 145 - color contains mainly: red. Hex color #917E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917E83 is #6E817C. Grayscale: #848484. Windows color (decimal): -7242109 or 8617617. OLE color: 8617617.

HSL color Cylindrical-coordinate representation of color #917E83: hue angle of 344.21º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #917E83 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB145126131-
CMYK00.130.100.43
HSL344.21º7.95%53.14%-
HSV(B)344.21º13.1%56.86%-
XYZ23.2322.5824.61-
YUV132.25127.29137.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.07%
GREEN value IS 126 (49.61% from 255) = 31.34%
BLUE value IS 131 (51.56% from 255) = 32.59%
R=36.07%
G=31.34%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512613100.130.100.43344.217.9553.14
Hex917E830DA2B158835
Octal22117620301512535301065
Binary100100011111110100000110110110101010111010110001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917E83; }

 p { color: rgb(145,126,131); }

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

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

 a { background-color: rgb(145,126,131); }

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

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

 span { border-color: rgb(145,126,131); }

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