Shades of Blue Violet #851DD0
Tints of Blue Violet #851DD0
RGB
CMYK
RGB Variations
Color information
#851DD0 (or 0x851DD0) is known color: Blue Violet. HEX triplet: 85, 1D and D0. RGB value is (133,29,208). Sum of RGB (Red+Green+Blue) = 133+29+208=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 208 (81.64% from 255 or 56.22% from 370); Max value from RGB is 208 - color contains mainly: blue. Hex color #851DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851DD0 is #7AE22F. Grayscale: #4F4F4F. Windows color (decimal): -8053296 or 13639045. OLE color: 13639045.
HSL color Cylindrical-coordinate representation of color #851DD0: hue angle of 274.86º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851DD0 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 29 | 208 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.18 |
| HSL | 274.86º | 0.76% | 0.46% | - |
| HSV(B) | 274.86º | 0.86% | 0.82% | - |
| XYZ | 21.5 | 10.42 | 60.55 | - |
| YUV | 80.5 | 199.96 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 208 | 0.36 | 0.86 | 0 | 0.18 | 274.86 | 0.76 | 0.46 |
| Hex | 85 | 1D | D0 | 24 | 56 | 0 | 12 | 113 | 4C | 2E |
| Octal | 205 | 35 | 320 | 44 | 126 | 0 | 22 | 423 | 114 | 56 |
| Binary | 10000101 | 11101 | 11010000 | 100100 | 1010110 | 0 | 10010 | 100010011 | 1001100 | 101110 |
Color Harmonies of #851DD0
Complementary color
Monochromatic Colors of #851DD0
Black with #851DD0
Text Example
Text Example
White with #851DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851DD0; }
p { color: rgb(133,29,208); }
H1.HeaderClassName
{
color: #851DD0;
}
.AnyTagClassName
{
color: #851DD0;
}
</style>
background-color css
<style>
a { background-color: #851DD0; }
a { background-color: rgb(133,29,208); }
div.DivClassName
{
background-color: #851DD0;
}
.BgClassName
{
background-color: #851DD0;
}
</style>
border-color css
<style>
span { border-color: #851DD0; }
span { border-color: rgb(133,29,208); }
td.TdClassName
{
border-color: #851DD0;
}
.TagClassName
{
border-color: #851DD0;
}
</style>