Shades of Blue Violet #814BDE
Tints of Blue Violet #814BDE
RGB
CMYK
RGB Variations
Color information
#814BDE (or 0x814BDE) is known color: Blue Violet. HEX triplet: 81, 4B and DE. RGB value is (129,75,222). Sum of RGB (Red+Green+Blue) = 129+75+222=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #814BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BDE is #7EB421. Grayscale: #6B6B6B. Windows color (decimal): -8303650 or 14568321. OLE color: 14568321.
HSL color Cylindrical-coordinate representation of color #814BDE: hue angle of 262.04º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #814BDE is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 75 | 222 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.13 |
| HSL | 262.04º | 0.69% | 0.58% | - |
| HSV(B) | 262.04º | 0.66% | 0.87% | - |
| XYZ | 24.75 | 14.97 | 70.69 | - |
| YUV | 107.9 | 192.39 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 222 | 0.42 | 0.66 | 0 | 0.13 | 262.04 | 0.69 | 0.58 |
| Hex | 81 | 4B | DE | 2A | 42 | 0 | D | 106 | 45 | 3A |
| Octal | 201 | 113 | 336 | 52 | 102 | 0 | 15 | 406 | 105 | 72 |
| Binary | 10000001 | 1001011 | 11011110 | 101010 | 1000010 | 0 | 1101 | 100000110 | 1000101 | 111010 |
Color Harmonies of #814BDE
Complementary color
Monochromatic Colors of #814BDE
Black with #814BDE
Text Example
Text Example
White with #814BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814BDE; }
p { color: rgb(129,75,222); }
H1.HeaderClassName
{
color: #814BDE;
}
.AnyTagClassName
{
color: #814BDE;
}
</style>
background-color css
<style>
a { background-color: #814BDE; }
a { background-color: rgb(129,75,222); }
div.DivClassName
{
background-color: #814BDE;
}
.BgClassName
{
background-color: #814BDE;
}
</style>
border-color css
<style>
span { border-color: #814BDE; }
span { border-color: rgb(129,75,222); }
td.TdClassName
{
border-color: #814BDE;
}
.TagClassName
{
border-color: #814BDE;
}
</style>