Html Css Color HEX #9A49B3 Deep Lilac

📋 copy color: '#9A49B3'

red 154 ◦ green 73 ◦ blue 179

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

Shades of Deep Lilac #9A49B3

Tints of Deep Lilac #9A49B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.09%

R = 37.93%
G = 17.98%
B = 44.09%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9A49B3 (or 0x9A49B3) is known color: Deep Lilac. HEX triplet: 9A, 49 and B3. RGB value is (154,73,179). Sum of RGB (Red+Green+Blue) = 154+73+179=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A49B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A49B3 is #65B64C. Grayscale: #6C6C6C. Windows color (decimal): -6665805 or 11749786. OLE color: 11749786.

HSL color Cylindrical-coordinate representation of color #9A49B3: hue angle of 285.85º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A49B3 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 73 179 -
CMYK 0.14 0.59 0 0.30
HSL 285.85º 0.42% 0.49% -
HSV(B) 285.85º 0.59% 0.7% -
XYZ 23.85 14.89 44.27 -
YUV 109.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 154 73 179 0.14 0.59 0 0.30 285.85 0.42 0.49
Hex 9A 49 B3 E 3B 0 1E 11E 2A 31
Octal 232 111 263 16 73 0 36 436 52 61
Binary 10011010 1001001 10110011 1110 111011 0 11110 100011110 101010 110001

Color Harmonies of #9A49B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A49B3

Black with #9A49B3

Text Example


Text Example

White with #9A49B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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