Html Css Color HEX #9A4AAD Deep Lilac

📋 copy color: '#9A4AAD'

red 154 ◦ green 74 ◦ blue 173

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

Shades of Deep Lilac #9A4AAD

Tints of Deep Lilac #9A4AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.45%

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

R = 38.4%
G = 18.45%
B = 43.14%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A4AAD (or 0x9A4AAD) is known color: Deep Lilac. HEX triplet: 9A, 4A and AD. RGB value is (154,74,173). Sum of RGB (Red+Green+Blue) = 154+74+173=401 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.40% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A4AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4AAD is #65B552. Grayscale: #6C6C6C. Windows color (decimal): -6665555 or 11356826. OLE color: 11356826.

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

Color convert

RGB 154 74 173 -
CMYK 0.11 0.57 0 0.32
HSL 288.48º 0.4% 0.48% -
HSV(B) 288.48º 0.57% 0.68% -
XYZ 23.32 14.78 41.16 -
YUV 109.21 164 159.95 -
System Red Green Blue C M Y K H S L
Decimal 154 74 173 0.11 0.57 0 0.32 288.48 0.4 0.48
Hex 9A 4A AD B 39 0 20 120 28 30
Octal 232 112 255 13 71 0 40 440 50 60
Binary 10011010 1001010 10101101 1011 111001 0 100000 100100000 101000 110000

Color Harmonies of #9A4AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4AAD

Black with #9A4AAD

Text Example


Text Example

White with #9A4AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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