Shades of Blue Violet #871CF6
Tints of Blue Violet #871CF6
RGB
CMYK
RGB Variations
Color information
#871CF6 (or 0x871CF6) is known color: Blue Violet. HEX triplet: 87, 1C and F6. RGB value is (135,28,246). Sum of RGB (Red+Green+Blue) = 135+28+246=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 246 (96.48% from 255 or 60.15% from 409); Max value from RGB is 246 - color contains mainly: blue. Hex color #871CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871CF6 is #78E309. Grayscale: #545454. Windows color (decimal): -7922442 or 16129159. OLE color: 16129159.
HSL color Cylindrical-coordinate representation of color #871CF6: hue angle of 269.45º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871CF6 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 28 | 246 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.04 |
| HSL | 269.45º | 0.92% | 0.54% | - |
| HSV(B) | 269.45º | 0.89% | 0.96% | - |
| XYZ | 27.04 | 12.64 | 88.2 | - |
| YUV | 84.85 | 218.95 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 28 | 246 | 0.45 | 0.89 | 0 | 0.04 | 269.45 | 0.92 | 0.54 |
| Hex | 87 | 1C | F6 | 2D | 59 | 0 | 4 | 10D | 5C | 36 |
| Octal | 207 | 34 | 366 | 55 | 131 | 0 | 4 | 415 | 134 | 66 |
| Binary | 10000111 | 11100 | 11110110 | 101101 | 1011001 | 0 | 100 | 100001101 | 1011100 | 110110 |
Color Harmonies of #871CF6
Complementary color
Monochromatic Colors of #871CF6
Black with #871CF6
Text Example
Text Example
White with #871CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871CF6; }
p { color: rgb(135,28,246); }
H1.HeaderClassName
{
color: #871CF6;
}
.AnyTagClassName
{
color: #871CF6;
}
</style>
background-color css
<style>
a { background-color: #871CF6; }
a { background-color: rgb(135,28,246); }
div.DivClassName
{
background-color: #871CF6;
}
.BgClassName
{
background-color: #871CF6;
}
</style>
border-color css
<style>
span { border-color: #871CF6; }
span { border-color: rgb(135,28,246); }
td.TdClassName
{
border-color: #871CF6;
}
.TagClassName
{
border-color: #871CF6;
}
</style>