Html Css Color HEX #9A60AD Deep Lilac

📋 copy color: '#9A60AD'

red 154 ◦ green 96 ◦ blue 173

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

Shades of Deep Lilac #9A60AD

Tints of Deep Lilac #9A60AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.7%

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

R = 36.41%
G = 22.7%
B = 40.9%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A60AD (or 0x9A60AD) is known color: Deep Lilac. HEX triplet: 9A, 60 and AD. RGB value is (154,96,173). Sum of RGB (Red+Green+Blue) = 154+96+173=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A60AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A60AD is #659F52. Grayscale: #797979. Windows color (decimal): -6659923 or 11362458. OLE color: 11362458.

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

Color convert

RGB 154 96 173 -
CMYK 0.11 0.45 0 0.32
HSL 285.19º 0.32% 0.53% -
HSV(B) 285.19º 0.45% 0.68% -
XYZ 25.05 18.25 41.74 -
YUV 122.12 156.72 150.74 -
System Red Green Blue C M Y K H S L
Decimal 154 96 173 0.11 0.45 0 0.32 285.19 0.32 0.53
Hex 9A 60 AD B 2D 0 20 11D 20 35
Octal 232 140 255 13 55 0 40 435 40 65
Binary 10011010 1100000 10101101 1011 101101 0 100000 100011101 100000 110101

Color Harmonies of #9A60AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A60AD

Black with #9A60AD

Text Example


Text Example

White with #9A60AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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