Shades of Blue Violet #851DDF
Tints of Blue Violet #851DDF
RGB
CMYK
RGB Variations
Color information
#851DDF (or 0x851DDF) is known color: Blue Violet. HEX triplet: 85, 1D and DF. RGB value is (133,29,223). Sum of RGB (Red+Green+Blue) = 133+29+223=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #851DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851DDF is #7AE220. Grayscale: #515151. Windows color (decimal): -8053281 or 14622085. OLE color: 14622085.
HSL color Cylindrical-coordinate representation of color #851DDF: hue angle of 272.16º 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 #851DDF is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 29 | 223 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.13 |
| HSL | 272.16º | 0.77% | 0.49% | - |
| HSV(B) | 272.16º | 0.87% | 0.87% | - |
| XYZ | 23.43 | 11.19 | 70.74 | - |
| YUV | 82.21 | 207.46 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 223 | 0.40 | 0.87 | 0 | 0.13 | 272.16 | 0.77 | 0.49 |
| Hex | 85 | 1D | DF | 28 | 57 | 0 | D | 110 | 4D | 31 |
| Octal | 205 | 35 | 337 | 50 | 127 | 0 | 15 | 420 | 115 | 61 |
| Binary | 10000101 | 11101 | 11011111 | 101000 | 1010111 | 0 | 1101 | 100010000 | 1001101 | 110001 |
Color Harmonies of #851DDF
Complementary color
Monochromatic Colors of #851DDF
Black with #851DDF
Text Example
Text Example
White with #851DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851DDF; }
p { color: rgb(133,29,223); }
H1.HeaderClassName
{
color: #851DDF;
}
.AnyTagClassName
{
color: #851DDF;
}
</style>
background-color css
<style>
a { background-color: #851DDF; }
a { background-color: rgb(133,29,223); }
div.DivClassName
{
background-color: #851DDF;
}
.BgClassName
{
background-color: #851DDF;
}
</style>
border-color css
<style>
span { border-color: #851DDF; }
span { border-color: rgb(133,29,223); }
td.TdClassName
{
border-color: #851DDF;
}
.TagClassName
{
border-color: #851DDF;
}
</style>