#9A7F84

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

Shades of Venus #9A7F84

Tints of Venus #9A7F84

Color information

#9A7F84 (or 0x9A7F84) is unknown color: approx Venus. HEX triplet: 9A, 7F and 84. RGB value is (154,127,132). Sum of RGB (Red+Green+Blue) = 154+127+132=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7F84 is #65807B. Grayscale: #878787. Windows color (decimal): -6652028 or 8683418. OLE color: 8683418.

HSL color Cylindrical-coordinate representation of color #9A7F84: hue angle of 348.89º 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 #9A7F84 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB154127132-
CMYK00.180.140.40
HSL348.89º11.79%55.1%-
HSV(B)348.89º17.53%60.39%-
XYZ25.0823.7125.09-
YUV135.64125.95141.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.29%
GREEN value IS 127 (50% from 255) = 30.75%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=37.29%
G=30.75%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412713200.180.140.40348.8911.7955.1
Hex9A7F84012E2815dc37
Octal23217720402216505351467
Binary1001101011111111000010001001011101010001010111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,127,132); }

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

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

 a { background-color: rgb(154,127,132); }

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

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

 span { border-color: rgb(154,127,132); }

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