Html Css Color HEX #9048AA Deep Lilac

📋 copy color: '#9048AA'

red 144 ◦ green 72 ◦ blue 170

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

Shades of Deep Lilac #9048AA

Tints of Deep Lilac #9048AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 37.31%
G = 18.65%
B = 44.04%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9048AA (or 0x9048AA) is known color: Deep Lilac. HEX triplet: 90, 48 and AA. RGB value is (144,72,170). Sum of RGB (Red+Green+Blue) = 144+72+170=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #9048AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9048AA is #6FB755. Grayscale: #686868. Windows color (decimal): -7321430 or 11159696. OLE color: 11159696.

HSL color Cylindrical-coordinate representation of color #9048AA: hue angle of 284.08º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9048AA is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 72 170 -
CMYK 0.15 0.58 0 0.33
HSL 284.08º 0.4% 0.47% -
HSV(B) 284.08º 0.58% 0.67% -
XYZ 21.07 13.47 39.52 -
YUV 104.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 144 72 170 0.15 0.58 0 0.33 284.08 0.4 0.47
Hex 90 48 AA F 3A 0 21 11C 28 2F
Octal 220 110 252 17 72 0 41 434 50 57
Binary 10010000 1001000 10101010 1111 111010 0 100001 100011100 101000 101111

Color Harmonies of #9048AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9048AA

Black with #9048AA

Text Example


Text Example

White with #9048AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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