Html Css Color HEX #814CBF Deep Lilac

📋 copy color: '#814CBF'

red 129 ◦ green 76 ◦ blue 191

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

Shades of Deep Lilac #814CBF

Tints of Deep Lilac #814CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.23%

R = 32.58%
G = 19.19%
B = 48.23%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#814CBF (or 0x814CBF) is known color: Deep Lilac. HEX triplet: 81, 4C and BF. RGB value is (129,76,191). Sum of RGB (Red+Green+Blue) = 129+76+191=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #814CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814CBF is #7EB340. Grayscale: #686868. Windows color (decimal): -8303425 or 12536961. OLE color: 12536961.

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

Color convert

RGB 129 76 191 -
CMYK 0.32 0.60 0 0.25
HSL 267.65º 0.47% 0.52% -
HSV(B) 267.65º 0.6% 0.75% -
XYZ 21.04 13.6 50.81 -
YUV 104.96 176.56 145.15 -
System Red Green Blue C M Y K H S L
Decimal 129 76 191 0.32 0.60 0 0.25 267.65 0.47 0.52
Hex 81 4C BF 20 3C 0 19 10C 2F 34
Octal 201 114 277 40 74 0 31 414 57 64
Binary 10000001 1001100 10111111 100000 111100 0 11001 100001100 101111 110100

Color Harmonies of #814CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814CBF

Black with #814CBF

Text Example


Text Example

White with #814CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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