Shades of Blue Violet #871DFF
Tints of Blue Violet #871DFF
RGB
CMYK
RGB Variations
Color information
#871DFF (or 0x871DFF) is known color: Blue Violet. HEX triplet: 87, 1D and FF. RGB value is (135,29,255). Sum of RGB (Red+Green+Blue) = 135+29+255=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #871DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871DFF is #78E200. Grayscale: #555555. Windows color (decimal): -7922177 or 16719239. OLE color: 16719239.
HSL color Cylindrical-coordinate representation of color #871DFF: hue angle of 268.14º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871DFF is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 29 | 255 | - |
| CMYK | 0.47 | 0.89 | 0 | 0 |
| HSL | 268.14º | 1% | 0.56% | - |
| HSV(B) | 268.14º | 0.89% | 1% | - |
| XYZ | 28.48 | 13.25 | 95.66 | - |
| YUV | 86.46 | 223.12 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 29 | 255 | 0.47 | 0.89 | 0 | 0 | 268.14 | 1 | 0.56 |
| Hex | 87 | 1D | FF | 2F | 59 | 0 | 0 | 10C | 64 | 38 |
| Octal | 207 | 35 | 377 | 57 | 131 | 0 | 0 | 414 | 144 | 70 |
| Binary | 10000111 | 11101 | 11111111 | 101111 | 1011001 | 0 | 0 | 100001100 | 1100100 | 111000 |
Color Harmonies of #871DFF
Complementary color
Monochromatic Colors of #871DFF
Black with #871DFF
Text Example
Text Example
White with #871DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871DFF; }
p { color: rgb(135,29,255); }
H1.HeaderClassName
{
color: #871DFF;
}
.AnyTagClassName
{
color: #871DFF;
}
</style>
background-color css
<style>
a { background-color: #871DFF; }
a { background-color: rgb(135,29,255); }
div.DivClassName
{
background-color: #871DFF;
}
.BgClassName
{
background-color: #871DFF;
}
</style>
border-color css
<style>
span { border-color: #871DFF; }
span { border-color: rgb(135,29,255); }
td.TdClassName
{
border-color: #871DFF;
}
.TagClassName
{
border-color: #871DFF;
}
</style>