Shades of Blue Violet #851DDD
Tints of Blue Violet #851DDD
RGB
CMYK
RGB Variations
Color information
#851DDD (or 0x851DDD) is known color: Blue Violet. HEX triplet: 85, 1D and DD. RGB value is (133,29,221). Sum of RGB (Red+Green+Blue) = 133+29+221=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #851DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851DDD is #7AE222. Grayscale: #515151. Windows color (decimal): -8053283 or 14491013. OLE color: 14491013.
HSL color Cylindrical-coordinate representation of color #851DDD: hue angle of 272.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851DDD is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 29 | 221 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.13 |
| HSL | 272.5º | 0.77% | 0.49% | - |
| HSV(B) | 272.5º | 0.87% | 0.87% | - |
| XYZ | 23.16 | 11.09 | 69.33 | - |
| YUV | 81.98 | 206.46 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 221 | 0.40 | 0.87 | 0 | 0.13 | 272.5 | 0.77 | 0.49 |
| Hex | 85 | 1D | DD | 28 | 57 | 0 | D | 110 | 4D | 31 |
| Octal | 205 | 35 | 335 | 50 | 127 | 0 | 15 | 420 | 115 | 61 |
| Binary | 10000101 | 11101 | 11011101 | 101000 | 1010111 | 0 | 1101 | 100010000 | 1001101 | 110001 |
Color Harmonies of #851DDD
Complementary color
Monochromatic Colors of #851DDD
Black with #851DDD
Text Example
Text Example
White with #851DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851DDD; }
p { color: rgb(133,29,221); }
H1.HeaderClassName
{
color: #851DDD;
}
.AnyTagClassName
{
color: #851DDD;
}
</style>
background-color css
<style>
a { background-color: #851DDD; }
a { background-color: rgb(133,29,221); }
div.DivClassName
{
background-color: #851DDD;
}
.BgClassName
{
background-color: #851DDD;
}
</style>
border-color css
<style>
span { border-color: #851DDD; }
span { border-color: rgb(133,29,221); }
td.TdClassName
{
border-color: #851DDD;
}
.TagClassName
{
border-color: #851DDD;
}
</style>