Html Css Color HEX #9048AB Deep Lilac

📋 copy color: '#9048AB'

red 144 ◦ green 72 ◦ blue 171

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

Shades of Deep Lilac #9048AB

Tints of Deep Lilac #9048AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 37.21%
G = 18.6%
B = 44.19%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9048AB (or 0x9048AB) is known color: Deep Lilac. HEX triplet: 90, 48 and AB. RGB value is (144,72,171). Sum of RGB (Red+Green+Blue) = 144+72+171=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #9048AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9048AB is #6FB754. Grayscale: #686868. Windows color (decimal): -7321429 or 11225232. OLE color: 11225232.

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

Color convert

RGB 144 72 171 -
CMYK 0.16 0.58 0 0.33
HSL 283.64º 0.41% 0.48% -
HSV(B) 283.64º 0.58% 0.67% -
XYZ 21.17 13.5 40.02 -
YUV 104.81 165.35 155.95 -
System Red Green Blue C M Y K H S L
Decimal 144 72 171 0.16 0.58 0 0.33 283.64 0.41 0.48
Hex 90 48 AB 10 3A 0 21 11C 29 30
Octal 220 110 253 20 72 0 41 434 51 60
Binary 10010000 1001000 10101011 10000 111010 0 100001 100011100 101001 110000

Color Harmonies of #9048AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9048AB

Black with #9048AB

Text Example


Text Example

White with #9048AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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