Html Css Color HEX #9046AB Deep Lilac

📋 copy color: '#9046AB'

red 144 ◦ green 70 ◦ blue 171

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

Shades of Deep Lilac #9046AB

Tints of Deep Lilac #9046AB

RGB

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

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

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

R = 37.4%
G = 18.18%
B = 44.42%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9046AB (or 0x9046AB) is known color: Deep Lilac. HEX triplet: 90, 46 and AB. RGB value is (144,70,171). Sum of RGB (Red+Green+Blue) = 144+70+171=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #9046AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9046AB is #6FB954. Grayscale: #676767. Windows color (decimal): -7321941 or 11224720. OLE color: 11224720.

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

Color convert

RGB 144 70 171 -
CMYK 0.16 0.59 0 0.33
HSL 283.96º 0.42% 0.47% -
HSV(B) 283.96º 0.59% 0.67% -
XYZ 21.04 13.25 39.98 -
YUV 103.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 144 70 171 0.16 0.59 0 0.33 283.96 0.42 0.47
Hex 90 46 AB 10 3B 0 21 11C 2A 2F
Octal 220 106 253 20 73 0 41 434 52 57
Binary 10010000 1000110 10101011 10000 111011 0 100001 100011100 101010 101111

Color Harmonies of #9046AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9046AB

Black with #9046AB

Text Example


Text Example

White with #9046AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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