Html Css Color HEX #814EC0 Deep Lilac

📋 copy color: '#814EC0'

red 129 ◦ green 78 ◦ blue 192

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

Shades of Deep Lilac #814EC0

Tints of Deep Lilac #814EC0

RGB

 RED value IS 129 (50.78% from 255) = 32.33%

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

 BLUE value IS 192 (75.39% from 255) = 48.12%

R = 32.33%
G = 19.55%
B = 48.12%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#814EC0 (or 0x814EC0) is known color: Deep Lilac. HEX triplet: 81, 4E and C0. RGB value is (129,78,192). Sum of RGB (Red+Green+Blue) = 129+78+192=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #814EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814EC0 is #7EB13F. Grayscale: #696969. Windows color (decimal): -8302912 or 12603009. OLE color: 12603009.

HSL color Cylindrical-coordinate representation of color #814EC0: hue angle of 266.84º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #814EC0 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 78 192 -
CMYK 0.33 0.59 0 0.25
HSL 266.84º 0.48% 0.53% -
HSV(B) 266.84º 0.59% 0.75% -
XYZ 21.29 13.92 51.43 -
YUV 106.25 176.4 144.23 -
System Red Green Blue C M Y K H S L
Decimal 129 78 192 0.33 0.59 0 0.25 266.84 0.48 0.53
Hex 81 4E C0 21 3B 0 19 10B 30 35
Octal 201 116 300 41 73 0 31 413 60 65
Binary 10000001 1001110 11000000 100001 111011 0 11001 100001011 110000 110101

Color Harmonies of #814EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814EC0

Black with #814EC0

Text Example


Text Example

White with #814EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814EC0; }

 p { color: rgb(129,78,192); }

 H1.HeaderClassName
 {
   color: #814EC0;
 }
 .AnyTagClassName
 {
   color: #814EC0;
 }
</style>

background-color css

<style>
 a { background-color: #814EC0; }

 a { background-color: rgb(129,78,192); }

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

border-color css

<style>
 span { border-color: #814EC0; }

 span { border-color: rgb(129,78,192); }

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