Shades of Blue Violet #851CDF
Tints of Blue Violet #851CDF
RGB
CMYK
RGB Variations
Color information
#851CDF (or 0x851CDF) is known color: Blue Violet. HEX triplet: 85, 1C and DF. RGB value is (133,28,223). Sum of RGB (Red+Green+Blue) = 133+28+223=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #851CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851CDF is #7AE320. Grayscale: #505050. Windows color (decimal): -8053537 or 14621829. OLE color: 14621829.
HSL color Cylindrical-coordinate representation of color #851CDF: hue angle of 272.31º degrees, saturation: 0.78, 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 #851CDF is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 28 | 223 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.13 |
| HSL | 272.31º | 0.78% | 0.49% | - |
| HSV(B) | 272.31º | 0.87% | 0.87% | - |
| XYZ | 23.41 | 11.14 | 70.73 | - |
| YUV | 81.63 | 207.79 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 223 | 0.40 | 0.87 | 0 | 0.13 | 272.31 | 0.78 | 0.49 |
| Hex | 85 | 1C | DF | 28 | 57 | 0 | D | 110 | 4E | 31 |
| Octal | 205 | 34 | 337 | 50 | 127 | 0 | 15 | 420 | 116 | 61 |
| Binary | 10000101 | 11100 | 11011111 | 101000 | 1010111 | 0 | 1101 | 100010000 | 1001110 | 110001 |
Color Harmonies of #851CDF
Complementary color
Monochromatic Colors of #851CDF
Black with #851CDF
Text Example
Text Example
White with #851CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851CDF; }
p { color: rgb(133,28,223); }
H1.HeaderClassName
{
color: #851CDF;
}
.AnyTagClassName
{
color: #851CDF;
}
</style>
background-color css
<style>
a { background-color: #851CDF; }
a { background-color: rgb(133,28,223); }
div.DivClassName
{
background-color: #851CDF;
}
.BgClassName
{
background-color: #851CDF;
}
</style>
border-color css
<style>
span { border-color: #851CDF; }
span { border-color: rgb(133,28,223); }
td.TdClassName
{
border-color: #851CDF;
}
.TagClassName
{
border-color: #851CDF;
}
</style>