Html Css Color HEX #8C4EAC Deep Lilac

📋 copy color: '#8C4EAC'

red 140 ◦ green 78 ◦ blue 172

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

Shades of Deep Lilac #8C4EAC

Tints of Deep Lilac #8C4EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20%

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

R = 35.9%
G = 20%
B = 44.1%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C4EAC (or 0x8C4EAC) is known color: Deep Lilac. HEX triplet: 8C, 4E and AC. RGB value is (140,78,172). Sum of RGB (Red+Green+Blue) = 140+78+172=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C4EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C4EAC is #73B153. Grayscale: #6A6A6A. Windows color (decimal): -7582036 or 11292300. OLE color: 11292300.

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

Color convert

RGB 140 78 172 -
CMYK 0.19 0.55 0 0.33
HSL 279.57º 0.38% 0.49% -
HSV(B) 279.57º 0.55% 0.67% -
XYZ 20.99 14 40.63 -
YUV 107.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 140 78 172 0.19 0.55 0 0.33 279.57 0.38 0.49
Hex 8C 4E AC 13 37 0 21 118 26 31
Octal 214 116 254 23 67 0 41 430 46 61
Binary 10001100 1001110 10101100 10011 110111 0 100001 100011000 100110 110001

Color Harmonies of #8C4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4EAC

Black with #8C4EAC

Text Example


Text Example

White with #8C4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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