#9D7581

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

Shades of Venus #9D7581

Tints of Venus #9D7581

Color information

#9D7581 (or 0x9D7581) is unknown color: approx Venus. HEX triplet: 9D, 75 and 81. RGB value is (157,117,129). Sum of RGB (Red+Green+Blue) = 157+117+129=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7581 is #628A7E. Grayscale: #828282. Windows color (decimal): -6457983 or 8484253. OLE color: 8484253.

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

Color convert

RGB157117129-
CMYK00.250.180.38
HSL342º16.95%53.73%-
HSV(B)342º25.48%61.57%-
XYZ24.2321.4823.64-
YUV130.33127.25147.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.96%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 129 (50.78% from 255) = 32.01%
R=38.96%
G=29.03%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711712900.250.180.3834216.9553.73
Hex9D758101912261561136
Octal23516520103122465262166
Binary100111011110101100000010110011001010011010101011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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