Html Css Color HEX #814ABD Deep Lilac

📋 copy color: '#814ABD'

red 129 ◦ green 74 ◦ blue 189

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

Shades of Deep Lilac #814ABD

Tints of Deep Lilac #814ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.21%

R = 32.91%
G = 18.88%
B = 48.21%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#814ABD (or 0x814ABD) is known color: Deep Lilac. HEX triplet: 81, 4A and BD. RGB value is (129,74,189). Sum of RGB (Red+Green+Blue) = 129+74+189=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #814ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814ABD is #7EB542. Grayscale: #676767. Windows color (decimal): -8303939 or 12405377. OLE color: 12405377.

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

Color convert

RGB 129 74 189 -
CMYK 0.32 0.61 0 0.26
HSL 268.7º 0.47% 0.52% -
HSV(B) 268.7º 0.61% 0.74% -
XYZ 20.69 13.24 49.61 -
YUV 103.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 129 74 189 0.32 0.61 0 0.26 268.7 0.47 0.52
Hex 81 4A BD 20 3D 0 1A 10D 2F 34
Octal 201 112 275 40 75 0 32 415 57 64
Binary 10000001 1001010 10111101 100000 111101 0 11010 100001101 101111 110100

Color Harmonies of #814ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814ABD

Black with #814ABD

Text Example


Text Example

White with #814ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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