Html Css Color HEX #8C49AC Deep Lilac

📋 copy color: '#8C49AC'

red 140 ◦ green 73 ◦ blue 172

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

Shades of Deep Lilac #8C49AC

Tints of Deep Lilac #8C49AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 36.36%
G = 18.96%
B = 44.68%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C49AC (or 0x8C49AC) is known color: Deep Lilac. HEX triplet: 8C, 49 and AC. RGB value is (140,73,172). Sum of RGB (Red+Green+Blue) = 140+73+172=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C49AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C49AC is #73B653. Grayscale: #676767. Windows color (decimal): -7583316 or 11291020. OLE color: 11291020.

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

Color convert

RGB 140 73 172 -
CMYK 0.19 0.58 0 0.33
HSL 280.61º 0.4% 0.48% -
HSV(B) 280.61º 0.58% 0.67% -
XYZ 20.64 13.32 40.51 -
YUV 104.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 140 73 172 0.19 0.58 0 0.33 280.61 0.4 0.48
Hex 8C 49 AC 13 3A 0 21 119 28 30
Octal 214 111 254 23 72 0 41 431 50 60
Binary 10001100 1001001 10101100 10011 111010 0 100001 100011001 101000 110000

Color Harmonies of #8C49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C49AC

Black with #8C49AC

Text Example


Text Example

White with #8C49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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