Html Css Color HEX #814DBE Deep Lilac

📋 copy color: '#814DBE'

red 129 ◦ green 77 ◦ blue 190

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

Shades of Deep Lilac #814DBE

Tints of Deep Lilac #814DBE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.44%

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 32.58%
G = 19.44%
B = 47.98%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#814DBE (or 0x814DBE) is known color: Deep Lilac. HEX triplet: 81, 4D and BE. RGB value is (129,77,190). Sum of RGB (Red+Green+Blue) = 129+77+190=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #814DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814DBE is #7EB241. Grayscale: #696969. Windows color (decimal): -8303170 or 12471681. OLE color: 12471681.

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

Color convert

RGB 129 77 190 -
CMYK 0.32 0.59 0 0.25
HSL 267.61º 0.47% 0.52% -
HSV(B) 267.61º 0.59% 0.75% -
XYZ 21 13.69 50.25 -
YUV 105.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 129 77 190 0.32 0.59 0 0.25 267.61 0.47 0.52
Hex 81 4D BE 20 3B 0 19 10C 2F 34
Octal 201 115 276 40 73 0 31 414 57 64
Binary 10000001 1001101 10111110 100000 111011 0 11001 100001100 101111 110100

Color Harmonies of #814DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814DBE

Black with #814DBE

Text Example


Text Example

White with #814DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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