#9A7C83

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

Shades of Venus #9A7C83

Tints of Venus #9A7C83

Color information

#9A7C83 (or 0x9A7C83) is unknown color: approx Venus. HEX triplet: 9A, 7C and 83. RGB value is (154,124,131). Sum of RGB (Red+Green+Blue) = 154+124+131=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7C83 is #65837C. Grayscale: #858585. Windows color (decimal): -6652797 or 8617114. OLE color: 8617114.

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

Color convert

RGB154124131-
CMYK00.190.150.40
HSL346º12.93%54.51%-
HSV(B)346º19.48%60.39%-
XYZ24.6322.9224.6-
YUV133.77126.44142.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.65%
GREEN value IS 124 (48.83% from 255) = 30.32%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=37.65%
G=30.32%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412413100.190.150.4034612.9354.51
Hex9A7C83013F2815ad37
Octal23217420302317505321567
Binary1001101011111001000001101001111111010001010110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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