Html Css Color HEX #9A49AB Deep Lilac

📋 copy color: '#9A49AB'

red 154 ◦ green 73 ◦ blue 171

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

Shades of Deep Lilac #9A49AB

Tints of Deep Lilac #9A49AB

RGB

 RED value IS 154 (60.55% from 255) = 38.69%

 GREEN value IS 73 (28.91% from 255) = 18.34%

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

R = 38.69%
G = 18.34%
B = 42.96%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A49AB (or 0x9A49AB) is known color: Deep Lilac. HEX triplet: 9A, 49 and AB. RGB value is (154,73,171). Sum of RGB (Red+Green+Blue) = 154+73+171=398 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.69% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A49AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A49AB is #65B654. Grayscale: #6C6C6C. Windows color (decimal): -6665813 or 11225498. OLE color: 11225498.

HSL color Cylindrical-coordinate representation of color #9A49AB: hue angle of 289.59º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A49AB is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 73 171 -
CMYK 0.10 0.57 0 0.33
HSL 289.59º 0.4% 0.48% -
HSV(B) 289.59º 0.57% 0.67% -
XYZ 23.06 14.58 40.13 -
YUV 108.39 163.34 160.53 -
System Red Green Blue C M Y K H S L
Decimal 154 73 171 0.10 0.57 0 0.33 289.59 0.4 0.48
Hex 9A 49 AB A 39 0 21 122 28 30
Octal 232 111 253 12 71 0 41 442 50 60
Binary 10011010 1001001 10101011 1010 111001 0 100001 100100010 101000 110000

Color Harmonies of #9A49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A49AB

Black with #9A49AB

Text Example


Text Example

White with #9A49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A49AB; }

 p { color: rgb(154,73,171); }

 H1.HeaderClassName
 {
   color: #9A49AB;
 }
 .AnyTagClassName
 {
   color: #9A49AB;
 }
</style>

background-color css

<style>
 a { background-color: #9A49AB; }

 a { background-color: rgb(154,73,171); }

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

border-color css

<style>
 span { border-color: #9A49AB; }

 span { border-color: rgb(154,73,171); }

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