Html Css Color HEX #8C49AA Deep Lilac

📋 copy color: '#8C49AA'

red 140 ◦ green 73 ◦ blue 170

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

Shades of Deep Lilac #8C49AA

Tints of Deep Lilac #8C49AA

RGB

 RED value IS 140 (55.08% from 255) = 36.55%

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

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

R = 36.55%
G = 19.06%
B = 44.39%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C49AA (or 0x8C49AA) is known color: Deep Lilac. HEX triplet: 8C, 49 and AA. RGB value is (140,73,170). Sum of RGB (Red+Green+Blue) = 140+73+170=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C49AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C49AA is #73B655. Grayscale: #676767. Windows color (decimal): -7583318 or 11159948. OLE color: 11159948.

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

Color convert

RGB 140 73 170 -
CMYK 0.18 0.57 0 0.33
HSL 281.44º 0.4% 0.48% -
HSV(B) 281.44º 0.57% 0.67% -
XYZ 20.45 13.24 39.51 -
YUV 104.09 165.2 153.61 -
System Red Green Blue C M Y K H S L
Decimal 140 73 170 0.18 0.57 0 0.33 281.44 0.4 0.48
Hex 8C 49 AA 12 39 0 21 119 28 30
Octal 214 111 252 22 71 0 41 431 50 60
Binary 10001100 1001001 10101010 10010 111001 0 100001 100011001 101000 110000

Color Harmonies of #8C49AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C49AA

Black with #8C49AA

Text Example


Text Example

White with #8C49AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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