Shades of Blue Violet #851EDD
Tints of Blue Violet #851EDD
RGB
CMYK
RGB Variations
Color information
#851EDD (or 0x851EDD) is known color: Blue Violet. HEX triplet: 85, 1E and DD. RGB value is (133,30,221). Sum of RGB (Red+Green+Blue) = 133+30+221=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #851EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851EDD is #7AE122. Grayscale: #515151. Windows color (decimal): -8053027 or 14491269. OLE color: 14491269.
HSL color Cylindrical-coordinate representation of color #851EDD: hue angle of 272.36º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851EDD is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 30 | 221 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.13 |
| HSL | 272.36º | 0.76% | 0.49% | - |
| HSV(B) | 272.36º | 0.86% | 0.87% | - |
| XYZ | 23.19 | 11.14 | 69.33 | - |
| YUV | 82.57 | 206.12 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 221 | 0.40 | 0.86 | 0 | 0.13 | 272.36 | 0.76 | 0.49 |
| Hex | 85 | 1E | DD | 28 | 56 | 0 | D | 110 | 4C | 31 |
| Octal | 205 | 36 | 335 | 50 | 126 | 0 | 15 | 420 | 114 | 61 |
| Binary | 10000101 | 11110 | 11011101 | 101000 | 1010110 | 0 | 1101 | 100010000 | 1001100 | 110001 |
Color Harmonies of #851EDD
Complementary color
Monochromatic Colors of #851EDD
Black with #851EDD
Text Example
Text Example
White with #851EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851EDD; }
p { color: rgb(133,30,221); }
H1.HeaderClassName
{
color: #851EDD;
}
.AnyTagClassName
{
color: #851EDD;
}
</style>
background-color css
<style>
a { background-color: #851EDD; }
a { background-color: rgb(133,30,221); }
div.DivClassName
{
background-color: #851EDD;
}
.BgClassName
{
background-color: #851EDD;
}
</style>
border-color css
<style>
span { border-color: #851EDD; }
span { border-color: rgb(133,30,221); }
td.TdClassName
{
border-color: #851EDD;
}
.TagClassName
{
border-color: #851EDD;
}
</style>