#9D7481

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

Shades of Venus #9D7481

Tints of Venus #9D7481

Color information

#9D7481 (or 0x9D7481) is unknown color: approx Venus. HEX triplet: 9D, 74 and 81. RGB value is (157,116,129). Sum of RGB (Red+Green+Blue) = 157+116+129=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7481 is #628B7E. Grayscale: #818181. Windows color (decimal): -6458239 or 8483997. OLE color: 8483997.

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

Color convert

RGB157116129-
CMYK00.260.180.38
HSL340.98º17.3%53.53%-
HSV(B)340.98º26.11%61.57%-
XYZ24.1121.2423.6-
YUV129.74127.58147.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.05%
GREEN value IS 116 (45.70% from 255) = 28.86%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=39.05%
G=28.86%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711612900.260.180.38340.9817.353.53
Hex9D748101A12261551136
Octal23516420103222465252166
Binary100111011110100100000010110101001010011010101010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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