Html Css Color HEX #814ABF Deep Lilac

📋 copy color: '#814ABF'

red 129 ◦ green 74 ◦ blue 191

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

Shades of Deep Lilac #814ABF

Tints of Deep Lilac #814ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.78%

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

R = 32.74%
G = 18.78%
B = 48.48%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#814ABF (or 0x814ABF) is known color: Deep Lilac. HEX triplet: 81, 4A and BF. RGB value is (129,74,191). Sum of RGB (Red+Green+Blue) = 129+74+191=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #814ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814ABF is #7EB540. Grayscale: #676767. Windows color (decimal): -8303937 or 12536449. OLE color: 12536449.

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

Color convert

RGB 129 74 191 -
CMYK 0.32 0.61 0 0.25
HSL 268.21º 0.48% 0.52% -
HSV(B) 268.21º 0.61% 0.75% -
XYZ 20.91 13.33 50.76 -
YUV 103.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 129 74 191 0.32 0.61 0 0.25 268.21 0.48 0.52
Hex 81 4A BF 20 3D 0 19 10C 30 34
Octal 201 112 277 40 75 0 31 414 60 64
Binary 10000001 1001010 10111111 100000 111101 0 11001 100001100 110000 110100

Color Harmonies of #814ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814ABF

Black with #814ABF

Text Example


Text Example

White with #814ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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