#814EBC

Color #814EBC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #814EBC

Tints of Deep Lilac #814EBC

Color information

#814EBC (or 0x814EBC) is unknown color: approx Deep Lilac. HEX triplet: 81, 4E and BC. RGB value is (129,78,188). Sum of RGB (Red+Green+Blue) = 129+78+188=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #814EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814EBC is #7EB143. Grayscale: #696969. Windows color (decimal): -8302916 or 12340865. OLE color: 12340865.

HSL color Cylindrical-coordinate representation of color #814EBC: hue angle of 267.82º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #814EBC is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12978188-
CMYK0.310.5900.26
HSL267.82º45.08%52.16%-
HSV(B)267.82º58.51%73.73%-
XYZ20.8513.7549.13-
YUV105.79174.4144.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.66%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 188 (73.83% from 255) = 47.59%
R=32.66%
G=19.75%
B=47.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129781880.310.5900.26267.8245.0852.16
Hex814EBC1F3B01A10c2d34
Octal20111627437730324145564
Binary1000000110011101011110011111111011011010100001100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #814EBC;
 }
 .AnyTagClassName
 {
   color: #814EBC;
 }
</style>
background-color css

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

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

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

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

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

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