Shades of Blue Violet #851DFE
Tints of Blue Violet #851DFE
RGB
CMYK
RGB Variations
Color information
#851DFE (or 0x851DFE) is known color: Blue Violet. HEX triplet: 85, 1D and FE. RGB value is (133,29,254). Sum of RGB (Red+Green+Blue) = 133+29+254=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #851DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851DFE is #7AE201. Grayscale: #545454. Windows color (decimal): -8053250 or 16653701. OLE color: 16653701.
HSL color Cylindrical-coordinate representation of color #851DFE: hue angle of 267.73º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851DFE is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 29 | 254 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.00 |
| HSL | 267.73º | 0.99% | 0.55% | - |
| HSV(B) | 267.73º | 0.89% | 1% | - |
| XYZ | 28 | 13.02 | 94.8 | - |
| YUV | 85.75 | 222.96 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 254 | 0.48 | 0.89 | 0 | 0.00 | 267.73 | 0.99 | 0.55 |
| Hex | 85 | 1D | FE | 30 | 59 | 0 | 0 | 10C | 63 | 37 |
| Octal | 205 | 35 | 376 | 60 | 131 | 0 | 0 | 414 | 143 | 67 |
| Binary | 10000101 | 11101 | 11111110 | 110000 | 1011001 | 0 | 0 | 100001100 | 1100011 | 110111 |
Color Harmonies of #851DFE
Complementary color
Monochromatic Colors of #851DFE
Black with #851DFE
Text Example
Text Example
White with #851DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851DFE; }
p { color: rgb(133,29,254); }
H1.HeaderClassName
{
color: #851DFE;
}
.AnyTagClassName
{
color: #851DFE;
}
</style>
background-color css
<style>
a { background-color: #851DFE; }
a { background-color: rgb(133,29,254); }
div.DivClassName
{
background-color: #851DFE;
}
.BgClassName
{
background-color: #851DFE;
}
</style>
border-color css
<style>
span { border-color: #851DFE; }
span { border-color: rgb(133,29,254); }
td.TdClassName
{
border-color: #851DFE;
}
.TagClassName
{
border-color: #851DFE;
}
</style>