Shades of Blue Violet #851CCD
Tints of Blue Violet #851CCD
RGB
CMYK
RGB Variations
Color information
#851CCD (or 0x851CCD) is known color: Blue Violet. HEX triplet: 85, 1C and CD. RGB value is (133,28,205). Sum of RGB (Red+Green+Blue) = 133+28+205=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #851CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851CCD is #7AE332. Grayscale: #4E4E4E. Windows color (decimal): -8053555 or 13442181. OLE color: 13442181.
HSL color Cylindrical-coordinate representation of color #851CCD: hue angle of 275.59º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851CCD is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 28 | 205 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.20 |
| HSL | 275.59º | 0.76% | 0.46% | - |
| HSV(B) | 275.59º | 0.86% | 0.8% | - |
| XYZ | 21.11 | 10.22 | 58.62 | - |
| YUV | 79.57 | 198.79 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 205 | 0.35 | 0.86 | 0 | 0.20 | 275.59 | 0.76 | 0.46 |
| Hex | 85 | 1C | CD | 23 | 56 | 0 | 14 | 114 | 4C | 2E |
| Octal | 205 | 34 | 315 | 43 | 126 | 0 | 24 | 424 | 114 | 56 |
| Binary | 10000101 | 11100 | 11001101 | 100011 | 1010110 | 0 | 10100 | 100010100 | 1001100 | 101110 |
Color Harmonies of #851CCD
Complementary color
Monochromatic Colors of #851CCD
Black with #851CCD
Text Example
Text Example
White with #851CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851CCD; }
p { color: rgb(133,28,205); }
H1.HeaderClassName
{
color: #851CCD;
}
.AnyTagClassName
{
color: #851CCD;
}
</style>
background-color css
<style>
a { background-color: #851CCD; }
a { background-color: rgb(133,28,205); }
div.DivClassName
{
background-color: #851CCD;
}
.BgClassName
{
background-color: #851CCD;
}
</style>
border-color css
<style>
span { border-color: #851CCD; }
span { border-color: rgb(133,28,205); }
td.TdClassName
{
border-color: #851CCD;
}
.TagClassName
{
border-color: #851CCD;
}
</style>