Html Css Color HEX #814CBD Deep Lilac

📋 copy color: '#814CBD'

red 129 ◦ green 76 ◦ blue 189

#814CBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #814CBD

Tints of Deep Lilac #814CBD

RGB

 RED value IS 129 (50.78% from 255) = 32.74%

 GREEN value IS 76 (30.08% from 255) = 19.29%

 BLUE value IS 189 (74.22% from 255) = 47.97%

R = 32.74%
G = 19.29%
B = 47.97%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#814CBD (or 0x814CBD) is known color: Deep Lilac. HEX triplet: 81, 4C and BD. RGB value is (129,76,189). Sum of RGB (Red+Green+Blue) = 129+76+189=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #814CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814CBD is #7EB342. Grayscale: #686868. Windows color (decimal): -8303427 or 12405889. OLE color: 12405889.

HSL color Cylindrical-coordinate representation of color #814CBD: hue angle of 268.14º 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 #814CBD is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 76 189 -
CMYK 0.32 0.60 0 0.26
HSL 268.14º 0.46% 0.52% -
HSV(B) 268.14º 0.6% 0.74% -
XYZ 20.82 13.51 49.65 -
YUV 104.73 175.56 145.31 -
System Red Green Blue C M Y K H S L
Decimal 129 76 189 0.32 0.60 0 0.26 268.14 0.46 0.52
Hex 81 4C BD 20 3C 0 1A 10C 2E 34
Octal 201 114 275 40 74 0 32 414 56 64
Binary 10000001 1001100 10111101 100000 111100 0 11010 100001100 101110 110100

Color Harmonies of #814CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814CBD

Black with #814CBD

Text Example


Text Example

White with #814CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #814CBD;
 }
 .AnyTagClassName
 {
   color: #814CBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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