Shades of Blue Violet #871FDF
Tints of Blue Violet #871FDF
RGB
CMYK
RGB Variations
Color information
#871FDF (or 0x871FDF) is known color: Blue Violet. HEX triplet: 87, 1F and DF. RGB value is (135,31,223). Sum of RGB (Red+Green+Blue) = 135+31+223=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #871FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FDF is #78E020. Grayscale: #535353. Windows color (decimal): -7921697 or 14622599. OLE color: 14622599.
HSL color Cylindrical-coordinate representation of color #871FDF: hue angle of 272.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871FDF is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 31 | 223 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.13 |
| HSL | 272.5º | 0.76% | 0.5% | - |
| HSV(B) | 272.5º | 0.86% | 0.87% | - |
| XYZ | 23.8 | 11.46 | 70.77 | - |
| YUV | 83.98 | 206.46 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 223 | 0.39 | 0.86 | 0 | 0.13 | 272.5 | 0.76 | 0.5 |
| Hex | 87 | 1F | DF | 27 | 56 | 0 | D | 110 | 4C | 32 |
| Octal | 207 | 37 | 337 | 47 | 126 | 0 | 15 | 420 | 114 | 62 |
| Binary | 10000111 | 11111 | 11011111 | 100111 | 1010110 | 0 | 1101 | 100010000 | 1001100 | 110010 |
Color Harmonies of #871FDF
Complementary color
Monochromatic Colors of #871FDF
Black with #871FDF
Text Example
Text Example
White with #871FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871FDF; }
p { color: rgb(135,31,223); }
H1.HeaderClassName
{
color: #871FDF;
}
.AnyTagClassName
{
color: #871FDF;
}
</style>
background-color css
<style>
a { background-color: #871FDF; }
a { background-color: rgb(135,31,223); }
div.DivClassName
{
background-color: #871FDF;
}
.BgClassName
{
background-color: #871FDF;
}
</style>
border-color css
<style>
span { border-color: #871FDF; }
span { border-color: rgb(135,31,223); }
td.TdClassName
{
border-color: #871FDF;
}
.TagClassName
{
border-color: #871FDF;
}
</style>