#9D7584

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

Shades of Venus #9D7584

Tints of Venus #9D7584

Color information

#9D7584 (or 0x9D7584) is unknown color: approx Venus. HEX triplet: 9D, 75 and 84. RGB value is (157,117,132). Sum of RGB (Red+Green+Blue) = 157+117+132=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7584 is #628A7B. Grayscale: #828282. Windows color (decimal): -6457980 or 8680861. OLE color: 8680861.

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

Color convert

RGB157117132-
CMYK00.250.160.38
HSL337.5º16.95%53.73%-
HSV(B)337.5º25.48%61.57%-
XYZ24.4321.5624.7-
YUV130.67128.75146.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.67%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 132 (51.95% from 255) = 32.51%
R=38.67%
G=28.82%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711713200.250.160.38337.516.9553.73
Hex9D758401910261521136
Octal23516520403120465222166
Binary100111011110101100001000110011000010011010101001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,117,132); }

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

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

 a { background-color: rgb(157,117,132); }

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

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

 span { border-color: rgb(157,117,132); }

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