Shades of Blue Violet #814BDD
Tints of Blue Violet #814BDD
RGB
CMYK
RGB Variations
Color information
#814BDD (or 0x814BDD) is known color: Blue Violet. HEX triplet: 81, 4B and DD. RGB value is (129,75,221). Sum of RGB (Red+Green+Blue) = 129+75+221=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #814BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BDD is #7EB422. Grayscale: #6B6B6B. Windows color (decimal): -8303651 or 14502785. OLE color: 14502785.
HSL color Cylindrical-coordinate representation of color #814BDD: hue angle of 262.19º degrees, saturation: 0.68, 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 #814BDD is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 75 | 221 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.13 |
| HSL | 262.19º | 0.68% | 0.58% | - |
| HSV(B) | 262.19º | 0.66% | 0.87% | - |
| XYZ | 24.62 | 14.92 | 69.99 | - |
| YUV | 107.79 | 191.89 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 221 | 0.42 | 0.66 | 0 | 0.13 | 262.19 | 0.68 | 0.58 |
| Hex | 81 | 4B | DD | 2A | 42 | 0 | D | 106 | 44 | 3A |
| Octal | 201 | 113 | 335 | 52 | 102 | 0 | 15 | 406 | 104 | 72 |
| Binary | 10000001 | 1001011 | 11011101 | 101010 | 1000010 | 0 | 1101 | 100000110 | 1000100 | 111010 |
Color Harmonies of #814BDD
Complementary color
Monochromatic Colors of #814BDD
Black with #814BDD
Text Example
Text Example
White with #814BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814BDD; }
p { color: rgb(129,75,221); }
H1.HeaderClassName
{
color: #814BDD;
}
.AnyTagClassName
{
color: #814BDD;
}
</style>
background-color css
<style>
a { background-color: #814BDD; }
a { background-color: rgb(129,75,221); }
div.DivClassName
{
background-color: #814BDD;
}
.BgClassName
{
background-color: #814BDD;
}
</style>
border-color css
<style>
span { border-color: #814BDD; }
span { border-color: rgb(129,75,221); }
td.TdClassName
{
border-color: #814BDD;
}
.TagClassName
{
border-color: #814BDD;
}
</style>