Html Css Color HEX #814ACB Deep Lilac

📋 copy color: '#814ACB'

red 129 ◦ green 74 ◦ blue 203

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

Shades of Deep Lilac #814ACB

Tints of Deep Lilac #814ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50%

R = 31.77%
G = 18.23%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#814ACB (or 0x814ACB) is known color: Deep Lilac. HEX triplet: 81, 4A and CB. RGB value is (129,74,203). Sum of RGB (Red+Green+Blue) = 129+74+203=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #814ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814ACB is #7EB534. Grayscale: #686868. Windows color (decimal): -8303925 or 13322881. OLE color: 13322881.

HSL color Cylindrical-coordinate representation of color #814ACB: hue angle of 265.58º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #814ACB is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 74 203 -
CMYK 0.36 0.64 0 0.20
HSL 265.58º 0.55% 0.54% -
HSV(B) 265.58º 0.64% 0.8% -
XYZ 22.28 13.88 58 -
YUV 105.15 183.22 145.01 -
System Red Green Blue C M Y K H S L
Decimal 129 74 203 0.36 0.64 0 0.20 265.58 0.55 0.54
Hex 81 4A CB 24 40 0 14 10A 37 36
Octal 201 112 313 44 100 0 24 412 67 66
Binary 10000001 1001010 11001011 100100 1000000 0 10100 100001010 110111 110110

Color Harmonies of #814ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814ACB

Black with #814ACB

Text Example


Text Example

White with #814ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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