#9A7581

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

Shades of Venus #9A7581

Tints of Venus #9A7581

Color information

#9A7581 (or 0x9A7581) is unknown color: approx Venus. HEX triplet: 9A, 75 and 81. RGB value is (154,117,129). Sum of RGB (Red+Green+Blue) = 154+117+129=400 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.5% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7581 is #658A7E. Grayscale: #818181. Windows color (decimal): -6654591 or 8484250. OLE color: 8484250.

HSL color Cylindrical-coordinate representation of color #9A7581: hue angle of 340.54º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A7581 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB154117129-
CMYK00.240.160.40
HSL340.54º15.48%53.14%-
HSV(B)340.54º24.03%60.39%-
XYZ23.6521.1823.61-
YUV129.43127.76145.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.5%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=38.5%
G=29.25%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411712900.240.160.40340.5415.4853.14
Hex9A75810181028155f35
Octal23216520103020505251765
Binary10011010111010110000001011000100001010001010101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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