#814DBB

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

Shades of Deep Lilac #814DBB

Tints of Deep Lilac #814DBB

Color information

#814DBB (or 0x814DBB) is unknown color: approx Deep Lilac. HEX triplet: 81, 4D and BB. RGB value is (129,77,187). Sum of RGB (Red+Green+Blue) = 129+77+187=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #814DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DBB is #7EB244. Grayscale: #686868. Windows color (decimal): -8303173 or 12275073. OLE color: 12275073.

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

Color convert

RGB12977187-
CMYK0.310.5900.27
HSL268.36º44.72%51.76%-
HSV(B)268.36º58.82%73.33%-
XYZ20.6813.5648.54-
YUV105.09174.23145.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 77 (30.47% from 255) = 19.59%
BLUE value IS 187 (73.44% from 255) = 47.58%
R=32.82%
G=19.59%
B=47.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129771870.310.5900.27268.3644.7251.76
Hex814DBB1F3B01B10c2d34
Octal20111527337730334145564
Binary1000000110011011011101111111111011011011100001100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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