Html Css Color HEX #9A7584 Venus

📋 copy color: '#9A7584'

red 154 ◦ green 117 ◦ blue 132

#9A7584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #9A7584

Tints of Venus #9A7584

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 value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#9A7584 (or 0x9A7584) is known color: 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

RGB 154 117 132 -
CMYK 0 0.24 0.14 0.40
HSL 335.68º 0.15% 0.53% -
HSV(B) 335.68º 0.24% 0.6% -
XYZ 23.85 21.26 24.68 -
YUV 129.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 154 117 132 0 0.24 0.14 0.40 335.68 0.15 0.53
Hex 9A 75 84 0 18 E 28 150 F 35
Octal 232 165 204 0 30 16 50 520 17 65
Binary 10011010 1110101 10000100 0 11000 1110 101000 101010000 1111 110101

Color Harmonies of #9A7584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7584

Black with #9A7584

Text Example


Text Example

White with #9A7584

Text Example


Text Example

HTML Codes & Css Web 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>