Html Css Color HEX #814CC5 Deep Lilac

📋 copy color: '#814CC5'

red 129 ◦ green 76 ◦ blue 197

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

Shades of Deep Lilac #814CC5

Tints of Deep Lilac #814CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 49%

R = 32.09%
G = 18.91%
B = 49%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#814CC5 (or 0x814CC5) is known color: Deep Lilac. HEX triplet: 81, 4C and C5. RGB value is (129,76,197). Sum of RGB (Red+Green+Blue) = 129+76+197=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 197 (77.34% from 255 or 49.00% from 402); Max value from RGB is 197 - color contains mainly: blue. Hex color #814CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814CC5 is #7EB33A. Grayscale: #696969. Windows color (decimal): -8303419 or 12930177. OLE color: 12930177.

HSL color Cylindrical-coordinate representation of color #814CC5: hue angle of 266.28º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #814CC5 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 129 76 197 -
CMYK 0.35 0.61 0 0.23
HSL 266.28º 0.51% 0.54% -
HSV(B) 266.28º 0.61% 0.77% -
XYZ 21.72 13.87 54.36 -
YUV 105.64 179.56 144.66 -
System Red Green Blue C M Y K H S L
Decimal 129 76 197 0.35 0.61 0 0.23 266.28 0.51 0.54
Hex 81 4C C5 23 3D 0 17 10A 33 36
Octal 201 114 305 43 75 0 27 412 63 66
Binary 10000001 1001100 11000101 100011 111101 0 10111 100001010 110011 110110

Color Harmonies of #814CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814CC5

Black with #814CC5

Text Example


Text Example

White with #814CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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