Html Css Color HEX #814FBC Deep Lilac

📋 copy color: '#814FBC'

red 129 ◦ green 79 ◦ blue 188

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

Shades of Deep Lilac #814FBC

Tints of Deep Lilac #814FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 32.58%
G = 19.95%
B = 47.47%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#814FBC (or 0x814FBC) is known color: Deep Lilac. HEX triplet: 81, 4F and BC. RGB value is (129,79,188). Sum of RGB (Red+Green+Blue) = 129+79+188=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #814FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814FBC is #7EB043. Grayscale: #696969. Windows color (decimal): -8302660 or 12341121. OLE color: 12341121.

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

Color convert

RGB 129 79 188 -
CMYK 0.31 0.58 0 0.26
HSL 267.52º 0.45% 0.52% -
HSV(B) 267.52º 0.58% 0.74% -
XYZ 20.93 13.89 49.16 -
YUV 106.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 129 79 188 0.31 0.58 0 0.26 267.52 0.45 0.52
Hex 81 4F BC 1F 3A 0 1A 10C 2D 34
Octal 201 117 274 37 72 0 32 414 55 64
Binary 10000001 1001111 10111100 11111 111010 0 11010 100001100 101101 110100

Color Harmonies of #814FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814FBC

Black with #814FBC

Text Example


Text Example

White with #814FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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