Html Css Color HEX #9A41AD Deep Lilac

📋 copy color: '#9A41AD'

red 154 ◦ green 65 ◦ blue 173

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

Shades of Deep Lilac #9A41AD

Tints of Deep Lilac #9A41AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.58%

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

R = 39.29%
G = 16.58%
B = 44.13%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A41AD (or 0x9A41AD) is known color: Deep Lilac. HEX triplet: 9A, 41 and AD. RGB value is (154,65,173). Sum of RGB (Red+Green+Blue) = 154+65+173=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A41AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A41AD is #65BE52. Grayscale: #676767. Windows color (decimal): -6667859 or 11354522. OLE color: 11354522.

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

Color convert

RGB 154 65 173 -
CMYK 0.11 0.62 0 0.32
HSL 289.44º 0.45% 0.47% -
HSV(B) 289.44º 0.62% 0.68% -
XYZ 22.76 13.67 40.97 -
YUV 103.92 166.99 163.72 -
System Red Green Blue C M Y K H S L
Decimal 154 65 173 0.11 0.62 0 0.32 289.44 0.45 0.47
Hex 9A 41 AD B 3E 0 20 121 2D 2F
Octal 232 101 255 13 76 0 40 441 55 57
Binary 10011010 1000001 10101101 1011 111110 0 100000 100100001 101101 101111

Color Harmonies of #9A41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A41AD

Black with #9A41AD

Text Example


Text Example

White with #9A41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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