#814EBB

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

Shades of Deep Lilac #814EBB

Tints of Deep Lilac #814EBB

Color information

#814EBB (or 0x814EBB) is unknown color: approx Deep Lilac. HEX triplet: 81, 4E and BB. RGB value is (129,78,187). Sum of RGB (Red+Green+Blue) = 129+78+187=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #814EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814EBB is #7EB144. Grayscale: #696969. Windows color (decimal): -8302917 or 12275329. OLE color: 12275329.

HSL color Cylindrical-coordinate representation of color #814EBB: hue angle of 268.07º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #814EBB is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12978187-
CMYK0.310.5800.27
HSL268.07º44.49%51.96%-
HSV(B)268.07º58.29%73.33%-
XYZ20.7513.748.57-
YUV105.68173.9144.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.74%
GREEN value IS 78 (30.86% from 255) = 19.80%
BLUE value IS 187 (73.44% from 255) = 47.46%
R=32.74%
G=19.80%
B=47.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129781870.310.5800.27268.0744.4951.96
Hex814EBB1F3A01B10c2c34
Octal20111627337720334145464
Binary1000000110011101011101111111111010011011100001100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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