#814DC1

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

Shades of Deep Lilac #814DC1

Tints of Deep Lilac #814DC1

Color information

#814DC1 (or 0x814DC1) is unknown color: approx Deep Lilac. HEX triplet: 81, 4D and C1. RGB value is (129,77,193). Sum of RGB (Red+Green+Blue) = 129+77+193=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #814DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DC1 is #7EB23E. Grayscale: #696969. Windows color (decimal): -8303167 or 12668289. OLE color: 12668289.

HSL color Cylindrical-coordinate representation of color #814DC1: hue angle of 266.9º degrees, saturation: 0.48, 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 #814DC1 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12977193-
CMYK0.330.6000.24
HSL266.9º48.33%52.94%-
HSV(B)266.9º60.1%75.69%-
XYZ21.3313.8352-
YUV105.77177.23144.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.33%
GREEN value IS 77 (30.47% from 255) = 19.30%
BLUE value IS 193 (75.78% from 255) = 48.37%
R=32.33%
G=19.30%
B=48.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129771930.330.6000.24266.948.3352.94
Hex814DC1213C01810b3035
Octal20111530141740304136065
Binary10000001100110111000001100001111100011000100001011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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