#814AC0

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

Shades of Deep Lilac #814AC0

Tints of Deep Lilac #814AC0

Color information

#814AC0 (or 0x814AC0) is unknown color: approx Deep Lilac. HEX triplet: 81, 4A and C0. RGB value is (129,74,192). Sum of RGB (Red+Green+Blue) = 129+74+192=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #814AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814AC0 is #7EB53F. Grayscale: #676767. Windows color (decimal): -8303936 or 12601985. OLE color: 12601985.

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

Color convert

RGB12974192-
CMYK0.330.6100.25
HSL267.97º48.36%52.16%-
HSV(B)267.97º61.46%75.29%-
XYZ21.0213.3751.34-
YUV103.9177.72145.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.66%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 192 (75.39% from 255) = 48.61%
R=32.66%
G=18.73%
B=48.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129741920.330.6100.25267.9748.3652.16
Hex814AC0213D01910c3034
Octal20111230041750314146064
Binary10000001100101011000000100001111101011001100001100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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