#9A7E83

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

Shades of Venus #9A7E83

Tints of Venus #9A7E83

Color information

#9A7E83 (or 0x9A7E83) is unknown color: approx Venus. HEX triplet: 9A, 7E and 83. RGB value is (154,126,131). Sum of RGB (Red+Green+Blue) = 154+126+131=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7E83 is #65817C. Grayscale: #868686. Windows color (decimal): -6652285 or 8617626. OLE color: 8617626.

HSL color Cylindrical-coordinate representation of color #9A7E83: hue angle of 349.29º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A7E83 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB154126131-
CMYK00.180.150.40
HSL349.29º12.17%54.9%-
HSV(B)349.29º18.18%60.39%-
XYZ24.8823.4324.68-
YUV134.94125.78141.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.47%
GREEN value IS 126 (49.61% from 255) = 30.66%
BLUE value IS 131 (51.56% from 255) = 31.87%
R=37.47%
G=30.66%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412613100.180.150.40349.2912.1754.9
Hex9A7E83012F2815dc37
Octal23217620302217505351467
Binary1001101011111101000001101001011111010001010111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A7E83; }

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

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

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

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

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

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

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

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