Html Css Color HEX #9A7580 Venus

📋 copy color: '#9A7580'

red 154 ◦ green 117 ◦ blue 128

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

Shades of Venus #9A7580

Tints of Venus #9A7580

RGB

 RED value IS 154 (60.55% from 255) = 38.6%

 GREEN value IS 117 (46.09% from 255) = 29.32%

 BLUE value IS 128 (50.39% from 255) = 32.08%

R = 38.6%
G = 29.32%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#9A7580 (or 0x9A7580) is known color: Venus. HEX triplet: 9A, 75 and 80. RGB value is (154,117,128). Sum of RGB (Red+Green+Blue) = 154+117+128=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7580 is #658A7F. Grayscale: #818181. Windows color (decimal): -6654592 or 8418714. OLE color: 8418714.

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

Color convert

RGB 154 117 128 -
CMYK 0 0.24 0.17 0.40
HSL 342.16º 0.15% 0.53% -
HSV(B) 342.16º 0.24% 0.6% -
XYZ 23.58 21.15 23.26 -
YUV 129.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 154 117 128 0 0.24 0.17 0.40 342.16 0.15 0.53
Hex 9A 75 80 0 18 11 28 156 F 35
Octal 232 165 200 0 30 21 50 526 17 65
Binary 10011010 1110101 10000000 0 11000 10001 101000 101010110 1111 110101

Color Harmonies of #9A7580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7580

Black with #9A7580

Text Example


Text Example

White with #9A7580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A7580;
 }
 .AnyTagClassName
 {
   color: #9A7580;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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