Html Css Color HEX #814BDB Blue Violet

📋 copy color: '#814BDB'

red 129 ◦ green 75 ◦ blue 219

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

Shades of Blue Violet #814BDB

Tints of Blue Violet #814BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.73%

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 30.5%
G = 17.73%
B = 51.77%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#814BDB (or 0x814BDB) is known color: Blue Violet. HEX triplet: 81, 4B and DB. RGB value is (129,75,219). Sum of RGB (Red+Green+Blue) = 129+75+219=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #814BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BDB is #7EB424. Grayscale: #6B6B6B. Windows color (decimal): -8303653 or 14371713. OLE color: 14371713.

HSL color Cylindrical-coordinate representation of color #814BDB: hue angle of 262.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #814BDB is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 75 219 -
CMYK 0.41 0.66 0 0.14
HSL 262.5º 0.67% 0.58% -
HSV(B) 262.5º 0.66% 0.86% -
XYZ 24.36 14.81 68.59 -
YUV 107.56 190.89 143.29 -
System Red Green Blue C M Y K H S L
Decimal 129 75 219 0.41 0.66 0 0.14 262.5 0.67 0.58
Hex 81 4B DB 29 42 0 E 106 43 3A
Octal 201 113 333 51 102 0 16 406 103 72
Binary 10000001 1001011 11011011 101001 1000010 0 1110 100000110 1000011 111010

Color Harmonies of #814BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814BDB

Black with #814BDB

Text Example


Text Example

White with #814BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,75,219); }

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

background-color css

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

 a { background-color: rgb(129,75,219); }

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

border-color css

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

 span { border-color: rgb(129,75,219); }

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