#9A7C87

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

Shades of Venus #9A7C87

Tints of Venus #9A7C87

Color information

#9A7C87 (or 0x9A7C87) is unknown color: approx Venus. HEX triplet: 9A, 7C and 87. RGB value is (154,124,135). Sum of RGB (Red+Green+Blue) = 154+124+135=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7C87 is #658378. Grayscale: #868686. Windows color (decimal): -6652793 or 8879258. OLE color: 8879258.

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

Color convert

RGB154124135-
CMYK00.190.120.40
HSL338º12.93%54.51%-
HSV(B)338º19.48%60.39%-
XYZ24.9123.0326.06-
YUV134.22128.44142.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.29%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=37.29%
G=30.02%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412413500.190.120.4033812.9354.51
Hex9A7C87013C28152d37
Octal23217420702314505221567
Binary1001101011111001000011101001111001010001010100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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