Html Css Color HEX #814FBE Deep Lilac

📋 copy color: '#814FBE'

red 129 ◦ green 79 ◦ blue 190

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

Shades of Deep Lilac #814FBE

Tints of Deep Lilac #814FBE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.85%

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 32.41%
G = 19.85%
B = 47.74%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#814FBE (or 0x814FBE) is known color: Deep Lilac. HEX triplet: 81, 4F and BE. RGB value is (129,79,190). Sum of RGB (Red+Green+Blue) = 129+79+190=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #814FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FBE is #7EB041. Grayscale: #6A6A6A. Windows color (decimal): -8302658 or 12472193. OLE color: 12472193.

HSL color Cylindrical-coordinate representation of color #814FBE: hue angle of 267.03º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #814FBE is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 79 190 -
CMYK 0.32 0.58 0 0.25
HSL 267.03º 0.46% 0.53% -
HSV(B) 267.03º 0.58% 0.75% -
XYZ 21.14 13.98 50.3 -
YUV 106.6 175.07 143.97 -
System Red Green Blue C M Y K H S L
Decimal 129 79 190 0.32 0.58 0 0.25 267.03 0.46 0.53
Hex 81 4F BE 20 3A 0 19 10B 2E 35
Octal 201 117 276 40 72 0 31 413 56 65
Binary 10000001 1001111 10111110 100000 111010 0 11001 100001011 101110 110101

Color Harmonies of #814FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814FBE

Black with #814FBE

Text Example


Text Example

White with #814FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,79,190); }

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

background-color css

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

 a { background-color: rgb(129,79,190); }

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

border-color css

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

 span { border-color: rgb(129,79,190); }

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