#9A7584

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

Shades of Venus #9A7584

Tints of Venus #9A7584

Color information

#9A7584 (or 0x9A7584) is unknown color: approx Venus. HEX triplet: 9A, 75 and 84. RGB value is (154,117,132). Sum of RGB (Red+Green+Blue) = 154+117+132=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7584 is #658A7B. Grayscale: #818181. Windows color (decimal): -6654588 or 8680858. OLE color: 8680858.

HSL color Cylindrical-coordinate representation of color #9A7584: hue angle of 335.68º 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 #9A7584 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB154117132-
CMYK00.240.140.40
HSL335.68º15.48%53.14%-
HSV(B)335.68º24.03%60.39%-
XYZ23.8521.2624.68-
YUV129.77129.26145.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.21%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=38.21%
G=29.03%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411713200.240.140.40335.6815.4853.14
Hex9A7584018E28150f35
Octal23216520403016505201765
Binary1001101011101011000010001100011101010001010100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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