#814ABE

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

Shades of Deep Lilac #814ABE

Tints of Deep Lilac #814ABE

Color information

#814ABE (or 0x814ABE) is unknown color: approx Deep Lilac. HEX triplet: 81, 4A and BE. RGB value is (129,74,190). Sum of RGB (Red+Green+Blue) = 129+74+190=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #814ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814ABE is #7EB541. Grayscale: #676767. Windows color (decimal): -8303938 or 12470913. OLE color: 12470913.

HSL color Cylindrical-coordinate representation of color #814ABE: hue angle of 268.45º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #814ABE is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12974190-
CMYK0.320.6100.25
HSL268.45º47.15%51.76%-
HSV(B)268.45º61.05%74.51%-
XYZ20.813.2850.18-
YUV103.67176.72146.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 74 (29.30% from 255) = 18.83%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=32.82%
G=18.83%
B=48.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129741900.320.6100.25268.4547.1551.76
Hex814ABE203D01910c2f34
Octal20111227640750314145764
Binary10000001100101010111110100000111101011001100001100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,74,190); }

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

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

 a { background-color: rgb(129,74,190); }

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

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

 span { border-color: rgb(129,74,190); }

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