Shades of Blue Violet #851DCE
Tints of Blue Violet #851DCE
RGB
CMYK
RGB Variations
Color information
#851DCE (or 0x851DCE) is known color: Blue Violet. HEX triplet: 85, 1D and CE. RGB value is (133,29,206). Sum of RGB (Red+Green+Blue) = 133+29+206=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #851DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851DCE is #7AE231. Grayscale: #4F4F4F. Windows color (decimal): -8053298 or 13507973. OLE color: 13507973.
HSL color Cylindrical-coordinate representation of color #851DCE: hue angle of 275.25º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851DCE is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 29 | 206 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.19 |
| HSL | 275.25º | 0.75% | 0.46% | - |
| HSV(B) | 275.25º | 0.86% | 0.81% | - |
| XYZ | 21.25 | 10.32 | 59.26 | - |
| YUV | 80.27 | 198.96 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 206 | 0.35 | 0.86 | 0 | 0.19 | 275.25 | 0.75 | 0.46 |
| Hex | 85 | 1D | CE | 23 | 56 | 0 | 13 | 113 | 4B | 2E |
| Octal | 205 | 35 | 316 | 43 | 126 | 0 | 23 | 423 | 113 | 56 |
| Binary | 10000101 | 11101 | 11001110 | 100011 | 1010110 | 0 | 10011 | 100010011 | 1001011 | 101110 |
Color Harmonies of #851DCE
Complementary color
Monochromatic Colors of #851DCE
Black with #851DCE
Text Example
Text Example
White with #851DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851DCE; }
p { color: rgb(133,29,206); }
H1.HeaderClassName
{
color: #851DCE;
}
.AnyTagClassName
{
color: #851DCE;
}
</style>
background-color css
<style>
a { background-color: #851DCE; }
a { background-color: rgb(133,29,206); }
div.DivClassName
{
background-color: #851DCE;
}
.BgClassName
{
background-color: #851DCE;
}
</style>
border-color css
<style>
span { border-color: #851DCE; }
span { border-color: rgb(133,29,206); }
td.TdClassName
{
border-color: #851DCE;
}
.TagClassName
{
border-color: #851DCE;
}
</style>