Html Css Color HEX #9048AD Deep Lilac

📋 copy color: '#9048AD'

red 144 ◦ green 72 ◦ blue 173

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

Shades of Deep Lilac #9048AD

Tints of Deep Lilac #9048AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.51%

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

R = 37.02%
G = 18.51%
B = 44.47%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9048AD (or 0x9048AD) is known color: Deep Lilac. HEX triplet: 90, 48 and AD. RGB value is (144,72,173). Sum of RGB (Red+Green+Blue) = 144+72+173=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #9048AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9048AD is #6FB752. Grayscale: #686868. Windows color (decimal): -7321427 or 11356304. OLE color: 11356304.

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

Color convert

RGB 144 72 173 -
CMYK 0.17 0.58 0 0.32
HSL 282.77º 0.41% 0.48% -
HSV(B) 282.77º 0.58% 0.68% -
XYZ 21.36 13.58 41.03 -
YUV 105.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 144 72 173 0.17 0.58 0 0.32 282.77 0.41 0.48
Hex 90 48 AD 11 3A 0 20 11B 29 30
Octal 220 110 255 21 72 0 40 433 51 60
Binary 10010000 1001000 10101101 10001 111010 0 100000 100011011 101001 110000

Color Harmonies of #9048AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9048AD

Black with #9048AD

Text Example


Text Example

White with #9048AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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