Html Css Color HEX #8A49AD Deep Lilac

📋 copy color: '#8A49AD'

red 138 ◦ green 73 ◦ blue 173

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

Shades of Deep Lilac #8A49AD

Tints of Deep Lilac #8A49AD

RGB

 RED value IS 138 (54.3% from 255) = 35.94%

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

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 35.94%
G = 19.01%
B = 45.05%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A49AD (or 0x8A49AD) is known color: Deep Lilac. HEX triplet: 8A, 49 and AD. RGB value is (138,73,173). Sum of RGB (Red+Green+Blue) = 138+73+173=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A49AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A49AD is #75B652. Grayscale: #676767. Windows color (decimal): -7714387 or 11356554. OLE color: 11356554.

HSL color Cylindrical-coordinate representation of color #8A49AD: hue angle of 279º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A49AD is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 73 173 -
CMYK 0.20 0.58 0 0.32
HSL 279º 0.41% 0.48% -
HSV(B) 279º 0.58% 0.68% -
XYZ 20.41 13.19 41 -
YUV 103.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 138 73 173 0.20 0.58 0 0.32 279 0.41 0.48
Hex 8A 49 AD 14 3A 0 20 117 29 30
Octal 212 111 255 24 72 0 40 427 51 60
Binary 10001010 1001001 10101101 10100 111010 0 100000 100010111 101001 110000

Color Harmonies of #8A49AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A49AD

Black with #8A49AD

Text Example


Text Example

White with #8A49AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A49AD; }

 p { color: rgb(138,73,173); }

 H1.HeaderClassName
 {
   color: #8A49AD;
 }
 .AnyTagClassName
 {
   color: #8A49AD;
 }
</style>

background-color css

<style>
 a { background-color: #8A49AD; }

 a { background-color: rgb(138,73,173); }

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

border-color css

<style>
 span { border-color: #8A49AD; }

 span { border-color: rgb(138,73,173); }

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