Html Css Color HEX #9046AD Deep Lilac

📋 copy color: '#9046AD'

red 144 ◦ green 70 ◦ blue 173

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

Shades of Deep Lilac #9046AD

Tints of Deep Lilac #9046AD

RGB

 RED value IS 144 (56.64% from 255) = 37.21%

 GREEN value IS 70 (27.73% from 255) = 18.09%

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

R = 37.21%
G = 18.09%
B = 44.7%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9046AD (or 0x9046AD) is known color: Deep Lilac. HEX triplet: 90, 46 and AD. RGB value is (144,70,173). Sum of RGB (Red+Green+Blue) = 144+70+173=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #9046AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9046AD is #6FB952. Grayscale: #676767. Windows color (decimal): -7321939 or 11355792. OLE color: 11355792.

HSL color Cylindrical-coordinate representation of color #9046AD: hue angle of 283.11º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9046AD is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 70 173 -
CMYK 0.17 0.60 0 0.32
HSL 283.11º 0.42% 0.48% -
HSV(B) 283.11º 0.6% 0.68% -
XYZ 21.23 13.33 40.99 -
YUV 103.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 144 70 173 0.17 0.60 0 0.32 283.11 0.42 0.48
Hex 90 46 AD 11 3C 0 20 11B 2A 30
Octal 220 106 255 21 74 0 40 433 52 60
Binary 10010000 1000110 10101101 10001 111100 0 100000 100011011 101010 110000

Color Harmonies of #9046AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9046AD

Black with #9046AD

Text Example


Text Example

White with #9046AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9046AD; }

 p { color: rgb(144,70,173); }

 H1.HeaderClassName
 {
   color: #9046AD;
 }
 .AnyTagClassName
 {
   color: #9046AD;
 }
</style>

background-color css

<style>
 a { background-color: #9046AD; }

 a { background-color: rgb(144,70,173); }

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

border-color css

<style>
 span { border-color: #9046AD; }

 span { border-color: rgb(144,70,173); }

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