#9E7481

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

Shades of Venus #9E7481

Tints of Venus #9E7481

Color information

#9E7481 (or 0x9E7481) is unknown color: approx Venus. HEX triplet: 9E, 74 and 81. RGB value is (158,116,129). Sum of RGB (Red+Green+Blue) = 158+116+129=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7481 is #618B7E. Grayscale: #828282. Windows color (decimal): -6392703 or 8483998. OLE color: 8483998.

HSL color Cylindrical-coordinate representation of color #9E7481: hue angle of 341.43º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E7481 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB158116129-
CMYK00.270.180.38
HSL341.43º17.8%53.73%-
HSV(B)341.43º26.58%61.96%-
XYZ24.3121.3423.61-
YUV130.04127.41147.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.21%
GREEN value IS 116 (45.70% from 255) = 28.78%
BLUE value IS 129 (50.78% from 255) = 32.01%
R=39.21%
G=28.78%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811612900.270.180.38341.4317.853.73
Hex9E748101B12261551236
Octal23616420103322465252266
Binary100111101110100100000010110111001010011010101010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,116,129); }

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

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

 a { background-color: rgb(158,116,129); }

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

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

 span { border-color: rgb(158,116,129); }

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