Shades of Blue Violet #851BED
Tints of Blue Violet #851BED
RGB
CMYK
RGB Variations
Color information
#851BED (or 0x851BED) is known color: Blue Violet. HEX triplet: 85, 1B and ED. RGB value is (133,27,237). Sum of RGB (Red+Green+Blue) = 133+27+237=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #851BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851BED is #7AE412. Grayscale: #515151. Windows color (decimal): -8053779 or 15539077. OLE color: 15539077.
HSL color Cylindrical-coordinate representation of color #851BED: hue angle of 270.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851BED is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 27 | 237 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.07 |
| HSL | 270.29º | 0.85% | 0.52% | - |
| HSV(B) | 270.29º | 0.89% | 0.93% | - |
| XYZ | 25.35 | 11.88 | 81.08 | - |
| YUV | 82.63 | 215.12 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 237 | 0.44 | 0.89 | 0 | 0.07 | 270.29 | 0.85 | 0.52 |
| Hex | 85 | 1B | ED | 2C | 59 | 0 | 7 | 10E | 55 | 34 |
| Octal | 205 | 33 | 355 | 54 | 131 | 0 | 7 | 416 | 125 | 64 |
| Binary | 10000101 | 11011 | 11101101 | 101100 | 1011001 | 0 | 111 | 100001110 | 1010101 | 110100 |
Color Harmonies of #851BED
Complementary color
Monochromatic Colors of #851BED
Black with #851BED
Text Example
Text Example
White with #851BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851BED; }
p { color: rgb(133,27,237); }
H1.HeaderClassName
{
color: #851BED;
}
.AnyTagClassName
{
color: #851BED;
}
</style>
background-color css
<style>
a { background-color: #851BED; }
a { background-color: rgb(133,27,237); }
div.DivClassName
{
background-color: #851BED;
}
.BgClassName
{
background-color: #851BED;
}
</style>
border-color css
<style>
span { border-color: #851BED; }
span { border-color: rgb(133,27,237); }
td.TdClassName
{
border-color: #851BED;
}
.TagClassName
{
border-color: #851BED;
}
</style>