Shades of Blue Violet #851BE8
Tints of Blue Violet #851BE8
RGB
CMYK
RGB Variations
Color information
#851BE8 (or 0x851BE8) is known color: Blue Violet. HEX triplet: 85, 1B and E8. RGB value is (133,27,232). Sum of RGB (Red+Green+Blue) = 133+27+232=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 232 (91.02% from 255 or 59.18% from 392); Max value from RGB is 232 - color contains mainly: blue. Hex color #851BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851BE8 is #7AE417. Grayscale: #515151. Windows color (decimal): -8053784 or 15211397. OLE color: 15211397.
HSL color Cylindrical-coordinate representation of color #851BE8: hue angle of 271.02º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851BE8 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 27 | 232 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.09 |
| HSL | 271.02º | 0.82% | 0.51% | - |
| HSV(B) | 271.02º | 0.88% | 0.91% | - |
| XYZ | 24.63 | 11.6 | 77.28 | - |
| YUV | 82.06 | 212.62 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 232 | 0.43 | 0.88 | 0 | 0.09 | 271.02 | 0.82 | 0.51 |
| Hex | 85 | 1B | E8 | 2B | 58 | 0 | 9 | 10F | 52 | 33 |
| Octal | 205 | 33 | 350 | 53 | 130 | 0 | 11 | 417 | 122 | 63 |
| Binary | 10000101 | 11011 | 11101000 | 101011 | 1011000 | 0 | 1001 | 100001111 | 1010010 | 110011 |
Color Harmonies of #851BE8
Complementary color
Monochromatic Colors of #851BE8
Black with #851BE8
Text Example
Text Example
White with #851BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851BE8; }
p { color: rgb(133,27,232); }
H1.HeaderClassName
{
color: #851BE8;
}
.AnyTagClassName
{
color: #851BE8;
}
</style>
background-color css
<style>
a { background-color: #851BE8; }
a { background-color: rgb(133,27,232); }
div.DivClassName
{
background-color: #851BE8;
}
.BgClassName
{
background-color: #851BE8;
}
</style>
border-color css
<style>
span { border-color: #851BE8; }
span { border-color: rgb(133,27,232); }
td.TdClassName
{
border-color: #851BE8;
}
.TagClassName
{
border-color: #851BE8;
}
</style>