Html Css Color HEX #8A49AA Deep Lilac

📋 copy color: '#8A49AA'

red 138 ◦ green 73 ◦ blue 170

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

Shades of Deep Lilac #8A49AA

Tints of Deep Lilac #8A49AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 36.22%
G = 19.16%
B = 44.62%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A49AA (or 0x8A49AA) is known color: Deep Lilac. HEX triplet: 8A, 49 and AA. RGB value is (138,73,170). Sum of RGB (Red+Green+Blue) = 138+73+170=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A49AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A49AA is #75B655. Grayscale: #676767. Windows color (decimal): -7714390 or 11159946. OLE color: 11159946.

HSL color Cylindrical-coordinate representation of color #8A49AA: hue angle of 280.21º 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 #8A49AA is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 73 170 -
CMYK 0.19 0.57 0 0.33
HSL 280.21º 0.4% 0.48% -
HSV(B) 280.21º 0.57% 0.67% -
XYZ 20.12 13.07 39.49 -
YUV 103.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 138 73 170 0.19 0.57 0 0.33 280.21 0.4 0.48
Hex 8A 49 AA 13 39 0 21 118 28 30
Octal 212 111 252 23 71 0 41 430 50 60
Binary 10001010 1001001 10101010 10011 111001 0 100001 100011000 101000 110000

Color Harmonies of #8A49AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A49AA

Black with #8A49AA

Text Example


Text Example

White with #8A49AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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