#814BBD

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

Shades of Deep Lilac #814BBD

Tints of Deep Lilac #814BBD

Color information

#814BBD (or 0x814BBD) is unknown color: approx Deep Lilac. HEX triplet: 81, 4B and BD. RGB value is (129,75,189). Sum of RGB (Red+Green+Blue) = 129+75+189=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #814BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BBD is #7EB442. Grayscale: #676767. Windows color (decimal): -8303683 or 12405633. OLE color: 12405633.

HSL color Cylindrical-coordinate representation of color #814BBD: hue angle of 268.42º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #814BBD is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12975189-
CMYK0.320.6000.26
HSL268.42º46.34%51.76%-
HSV(B)268.42º60.32%74.12%-
XYZ20.7513.3749.63-
YUV104.14175.89145.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.82%
GREEN value IS 75 (29.69% from 255) = 19.08%
BLUE value IS 189 (74.22% from 255) = 48.09%
R=32.82%
G=19.08%
B=48.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129751890.320.6000.26268.4246.3451.76
Hex814BBD203C01A10c2e34
Octal20111327540740324145664
Binary10000001100101110111101100000111100011010100001100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,75,189); }

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

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

 a { background-color: rgb(129,75,189); }

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

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

 span { border-color: rgb(129,75,189); }

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