Shades of Blue Violet #814ADB
Tints of Blue Violet #814ADB
RGB
CMYK
RGB Variations
Color information
#814ADB (or 0x814ADB) is known color: Blue Violet. HEX triplet: 81, 4A and DB. RGB value is (129,74,219). Sum of RGB (Red+Green+Blue) = 129+74+219=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #814ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814ADB is #7EB524. Grayscale: #6A6A6A. Windows color (decimal): -8303909 or 14371457. OLE color: 14371457.
HSL color Cylindrical-coordinate representation of color #814ADB: hue angle of 262.76º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #814ADB is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 74 | 219 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.14 |
| HSL | 262.76º | 0.67% | 0.57% | - |
| HSV(B) | 262.76º | 0.66% | 0.86% | - |
| XYZ | 24.29 | 14.68 | 68.57 | - |
| YUV | 106.98 | 191.22 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 219 | 0.41 | 0.66 | 0 | 0.14 | 262.76 | 0.67 | 0.57 |
| Hex | 81 | 4A | DB | 29 | 42 | 0 | E | 107 | 43 | 39 |
| Octal | 201 | 112 | 333 | 51 | 102 | 0 | 16 | 407 | 103 | 71 |
| Binary | 10000001 | 1001010 | 11011011 | 101001 | 1000010 | 0 | 1110 | 100000111 | 1000011 | 111001 |
Color Harmonies of #814ADB
Complementary color
Monochromatic Colors of #814ADB
Black with #814ADB
Text Example
Text Example
White with #814ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814ADB; }
p { color: rgb(129,74,219); }
H1.HeaderClassName
{
color: #814ADB;
}
.AnyTagClassName
{
color: #814ADB;
}
</style>
background-color css
<style>
a { background-color: #814ADB; }
a { background-color: rgb(129,74,219); }
div.DivClassName
{
background-color: #814ADB;
}
.BgClassName
{
background-color: #814ADB;
}
</style>
border-color css
<style>
span { border-color: #814ADB; }
span { border-color: rgb(129,74,219); }
td.TdClassName
{
border-color: #814ADB;
}
.TagClassName
{
border-color: #814ADB;
}
</style>