Html Css Color HEX #814EC2 Deep Lilac

📋 copy color: '#814EC2'

red 129 ◦ green 78 ◦ blue 194

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

Shades of Deep Lilac #814EC2

Tints of Deep Lilac #814EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.38%

R = 32.17%
G = 19.45%
B = 48.38%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#814EC2 (or 0x814EC2) is known color: Deep Lilac. HEX triplet: 81, 4E and C2. RGB value is (129,78,194). Sum of RGB (Red+Green+Blue) = 129+78+194=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: blue. Hex color #814EC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814EC2 is #7EB13D. Grayscale: #6A6A6A. Windows color (decimal): -8302910 or 12734081. OLE color: 12734081.

HSL color Cylindrical-coordinate representation of color #814EC2: hue angle of 266.38º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #814EC2 is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 78 194 -
CMYK 0.34 0.60 0 0.24
HSL 266.38º 0.49% 0.53% -
HSV(B) 266.38º 0.6% 0.76% -
XYZ 21.52 14.01 52.61 -
YUV 106.47 177.4 144.07 -
System Red Green Blue C M Y K H S L
Decimal 129 78 194 0.34 0.60 0 0.24 266.38 0.49 0.53
Hex 81 4E C2 22 3C 0 18 10A 31 35
Octal 201 116 302 42 74 0 30 412 61 65
Binary 10000001 1001110 11000010 100010 111100 0 11000 100001010 110001 110101

Color Harmonies of #814EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814EC2

Black with #814EC2

Text Example


Text Example

White with #814EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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