Html Css Color HEX #8C4AAE Deep Lilac

📋 copy color: '#8C4AAE'

red 140 ◦ green 74 ◦ blue 174

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

Shades of Deep Lilac #8C4AAE

Tints of Deep Lilac #8C4AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.07%

 BLUE value IS 174 (68.36% from 255) = 44.85%

R = 36.08%
G = 19.07%
B = 44.85%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C4AAE (or 0x8C4AAE) is known color: Deep Lilac. HEX triplet: 8C, 4A and AE. RGB value is (140,74,174). Sum of RGB (Red+Green+Blue) = 140+74+174=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C4AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4AAE is #73B551. Grayscale: #686868. Windows color (decimal): -7583058 or 11422348. OLE color: 11422348.

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

Color convert

RGB 140 74 174 -
CMYK 0.20 0.57 0 0.32
HSL 279.6º 0.4% 0.49% -
HSV(B) 279.6º 0.57% 0.68% -
XYZ 20.9 13.53 41.55 -
YUV 105.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 140 74 174 0.20 0.57 0 0.32 279.6 0.4 0.49
Hex 8C 4A AE 14 39 0 20 118 28 31
Octal 214 112 256 24 71 0 40 430 50 61
Binary 10001100 1001010 10101110 10100 111001 0 100000 100011000 101000 110001

Color Harmonies of #8C4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4AAE

Black with #8C4AAE

Text Example


Text Example

White with #8C4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,74,174); }

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

background-color css

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

 a { background-color: rgb(140,74,174); }

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

border-color css

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

 span { border-color: rgb(140,74,174); }

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