Shades of Blue Violet #851FFD
Tints of Blue Violet #851FFD
RGB
CMYK
RGB Variations
Color information
#851FFD (or 0x851FFD) is known color: Blue Violet. HEX triplet: 85, 1F and FD. RGB value is (133,31,253). Sum of RGB (Red+Green+Blue) = 133+31+253=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #851FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851FFD is #7AE002. Grayscale: #565656. Windows color (decimal): -8052739 or 16588677. OLE color: 16588677.
HSL color Cylindrical-coordinate representation of color #851FFD: hue angle of 267.57º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851FFD is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 31 | 253 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.01 |
| HSL | 267.57º | 0.98% | 0.56% | - |
| HSV(B) | 267.57º | 0.88% | 0.99% | - |
| XYZ | 27.89 | 13.06 | 93.98 | - |
| YUV | 86.81 | 221.79 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 253 | 0.47 | 0.88 | 0 | 0.01 | 267.57 | 0.98 | 0.56 |
| Hex | 85 | 1F | FD | 2F | 58 | 0 | 1 | 10C | 62 | 38 |
| Octal | 205 | 37 | 375 | 57 | 130 | 0 | 1 | 414 | 142 | 70 |
| Binary | 10000101 | 11111 | 11111101 | 101111 | 1011000 | 0 | 1 | 100001100 | 1100010 | 111000 |
Color Harmonies of #851FFD
Complementary color
Monochromatic Colors of #851FFD
Black with #851FFD
Text Example
Text Example
White with #851FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851FFD; }
p { color: rgb(133,31,253); }
H1.HeaderClassName
{
color: #851FFD;
}
.AnyTagClassName
{
color: #851FFD;
}
</style>
background-color css
<style>
a { background-color: #851FFD; }
a { background-color: rgb(133,31,253); }
div.DivClassName
{
background-color: #851FFD;
}
.BgClassName
{
background-color: #851FFD;
}
</style>
border-color css
<style>
span { border-color: #851FFD; }
span { border-color: rgb(133,31,253); }
td.TdClassName
{
border-color: #851FFD;
}
.TagClassName
{
border-color: #851FFD;
}
</style>