Shades of Blue Violet #851BDD
Tints of Blue Violet #851BDD
RGB
CMYK
RGB Variations
Color information
#851BDD (or 0x851BDD) is known color: Blue Violet. HEX triplet: 85, 1B and DD. RGB value is (133,27,221). Sum of RGB (Red+Green+Blue) = 133+27+221=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #851BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851BDD is #7AE422. Grayscale: #505050. Windows color (decimal): -8053795 or 14490501. OLE color: 14490501.
HSL color Cylindrical-coordinate representation of color #851BDD: hue angle of 272.78º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851BDD is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 27 | 221 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.13 |
| HSL | 272.78º | 0.78% | 0.49% | - |
| HSV(B) | 272.78º | 0.88% | 0.87% | - |
| XYZ | 23.12 | 10.99 | 69.31 | - |
| YUV | 80.81 | 207.12 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 221 | 0.40 | 0.88 | 0 | 0.13 | 272.78 | 0.78 | 0.49 |
| Hex | 85 | 1B | DD | 28 | 58 | 0 | D | 111 | 4E | 31 |
| Octal | 205 | 33 | 335 | 50 | 130 | 0 | 15 | 421 | 116 | 61 |
| Binary | 10000101 | 11011 | 11011101 | 101000 | 1011000 | 0 | 1101 | 100010001 | 1001110 | 110001 |
Color Harmonies of #851BDD
Complementary color
Monochromatic Colors of #851BDD
Black with #851BDD
Text Example
Text Example
White with #851BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851BDD; }
p { color: rgb(133,27,221); }
H1.HeaderClassName
{
color: #851BDD;
}
.AnyTagClassName
{
color: #851BDD;
}
</style>
background-color css
<style>
a { background-color: #851BDD; }
a { background-color: rgb(133,27,221); }
div.DivClassName
{
background-color: #851BDD;
}
.BgClassName
{
background-color: #851BDD;
}
</style>
border-color css
<style>
span { border-color: #851BDD; }
span { border-color: rgb(133,27,221); }
td.TdClassName
{
border-color: #851BDD;
}
.TagClassName
{
border-color: #851BDD;
}
</style>