Shades of Blue Violet #871CF7
Tints of Blue Violet #871CF7
RGB
CMYK
RGB Variations
Color information
#871CF7 (or 0x871CF7) is known color: Blue Violet. HEX triplet: 87, 1C and F7. RGB value is (135,28,247). Sum of RGB (Red+Green+Blue) = 135+28+247=410 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.93% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 247 (96.88% from 255 or 60.24% from 410); Max value from RGB is 247 - color contains mainly: blue. Hex color #871CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871CF7 is #78E308. Grayscale: #545454. Windows color (decimal): -7922441 or 16194695. OLE color: 16194695.
HSL color Cylindrical-coordinate representation of color #871CF7: hue angle of 269.32º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871CF7 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 135 | 28 | 247 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.03 |
| HSL | 269.32º | 0.93% | 0.54% | - |
| HSV(B) | 269.32º | 0.89% | 0.97% | - |
| XYZ | 27.2 | 12.7 | 89.01 | - |
| YUV | 84.96 | 219.45 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 28 | 247 | 0.45 | 0.89 | 0 | 0.03 | 269.32 | 0.93 | 0.54 |
| Hex | 87 | 1C | F7 | 2D | 59 | 0 | 3 | 10D | 5D | 36 |
| Octal | 207 | 34 | 367 | 55 | 131 | 0 | 3 | 415 | 135 | 66 |
| Binary | 10000111 | 11100 | 11110111 | 101101 | 1011001 | 0 | 11 | 100001101 | 1011101 | 110110 |
Color Harmonies of #871CF7
Complementary color
Monochromatic Colors of #871CF7
Black with #871CF7
Text Example
Text Example
White with #871CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871CF7; }
p { color: rgb(135,28,247); }
H1.HeaderClassName
{
color: #871CF7;
}
.AnyTagClassName
{
color: #871CF7;
}
</style>
background-color css
<style>
a { background-color: #871CF7; }
a { background-color: rgb(135,28,247); }
div.DivClassName
{
background-color: #871CF7;
}
.BgClassName
{
background-color: #871CF7;
}
</style>
border-color css
<style>
span { border-color: #871CF7; }
span { border-color: rgb(135,28,247); }
td.TdClassName
{
border-color: #871CF7;
}
.TagClassName
{
border-color: #871CF7;
}
</style>