Html Css Color HEX #9A59AD Deep Lilac

📋 copy color: '#9A59AD'

red 154 ◦ green 89 ◦ blue 173

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

Shades of Deep Lilac #9A59AD

Tints of Deep Lilac #9A59AD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.39%

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 37.02%
G = 21.39%
B = 41.59%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A59AD (or 0x9A59AD) is known color: Deep Lilac. HEX triplet: 9A, 59 and AD. RGB value is (154,89,173). Sum of RGB (Red+Green+Blue) = 154+89+173=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A59AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A59AD is #65A652. Grayscale: #757575. Windows color (decimal): -6661715 or 11360666. OLE color: 11360666.

HSL color Cylindrical-coordinate representation of color #9A59AD: hue angle of 286.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A59AD is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 89 173 -
CMYK 0.11 0.49 0 0.32
HSL 286.43º 0.34% 0.51% -
HSV(B) 286.43º 0.49% 0.68% -
XYZ 24.44 17.03 41.53 -
YUV 118.01 159.03 153.67 -
System Red Green Blue C M Y K H S L
Decimal 154 89 173 0.11 0.49 0 0.32 286.43 0.34 0.51
Hex 9A 59 AD B 31 0 20 11E 22 33
Octal 232 131 255 13 61 0 40 436 42 63
Binary 10011010 1011001 10101101 1011 110001 0 100000 100011110 100010 110011

Color Harmonies of #9A59AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A59AD

Black with #9A59AD

Text Example


Text Example

White with #9A59AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,89,173); }

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

background-color css

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

 a { background-color: rgb(154,89,173); }

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

border-color css

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

 span { border-color: rgb(154,89,173); }

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