Shades of Blue Violet #851DCD
Tints of Blue Violet #851DCD
RGB
CMYK
RGB Variations
Color information
#851DCD (or 0x851DCD) is known color: Blue Violet. HEX triplet: 85, 1D and CD. RGB value is (133,29,205). Sum of RGB (Red+Green+Blue) = 133+29+205=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #851DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851DCD is #7AE232. Grayscale: #4F4F4F. Windows color (decimal): -8053299 or 13442437. OLE color: 13442437.
HSL color Cylindrical-coordinate representation of color #851DCD: hue angle of 275.45º degrees, saturation: 0.75, 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 #851DCD is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 29 | 205 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.20 |
| HSL | 275.45º | 0.75% | 0.46% | - |
| HSV(B) | 275.45º | 0.86% | 0.8% | - |
| XYZ | 21.13 | 10.27 | 58.63 | - |
| YUV | 80.16 | 198.46 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 205 | 0.35 | 0.86 | 0 | 0.20 | 275.45 | 0.75 | 0.46 |
| Hex | 85 | 1D | CD | 23 | 56 | 0 | 14 | 113 | 4B | 2E |
| Octal | 205 | 35 | 315 | 43 | 126 | 0 | 24 | 423 | 113 | 56 |
| Binary | 10000101 | 11101 | 11001101 | 100011 | 1010110 | 0 | 10100 | 100010011 | 1001011 | 101110 |
Color Harmonies of #851DCD
Complementary color
Monochromatic Colors of #851DCD
Black with #851DCD
Text Example
Text Example
White with #851DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851DCD; }
p { color: rgb(133,29,205); }
H1.HeaderClassName
{
color: #851DCD;
}
.AnyTagClassName
{
color: #851DCD;
}
</style>
background-color css
<style>
a { background-color: #851DCD; }
a { background-color: rgb(133,29,205); }
div.DivClassName
{
background-color: #851DCD;
}
.BgClassName
{
background-color: #851DCD;
}
</style>
border-color css
<style>
span { border-color: #851DCD; }
span { border-color: rgb(133,29,205); }
td.TdClassName
{
border-color: #851DCD;
}
.TagClassName
{
border-color: #851DCD;
}
</style>