Shades of Blue Violet #871FFC
Tints of Blue Violet #871FFC
RGB
CMYK
RGB Variations
Color information
#871FFC (or 0x871FFC) is known color: Blue Violet. HEX triplet: 87, 1F and FC. RGB value is (135,31,252). Sum of RGB (Red+Green+Blue) = 135+31+252=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 31 (12.5% from 255 or 7.42% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #871FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871FFC is #78E003. Grayscale: #565656. Windows color (decimal): -7921668 or 16523143. OLE color: 16523143.
HSL color Cylindrical-coordinate representation of color #871FFC: hue angle of 268.24º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871FFC is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 31 | 252 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.01 |
| HSL | 268.24º | 0.97% | 0.55% | - |
| HSV(B) | 268.24º | 0.88% | 0.99% | - |
| XYZ | 28.05 | 13.16 | 93.16 | - |
| YUV | 87.29 | 220.96 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 252 | 0.46 | 0.88 | 0 | 0.01 | 268.24 | 0.97 | 0.55 |
| Hex | 87 | 1F | FC | 2E | 58 | 0 | 1 | 10C | 61 | 37 |
| Octal | 207 | 37 | 374 | 56 | 130 | 0 | 1 | 414 | 141 | 67 |
| Binary | 10000111 | 11111 | 11111100 | 101110 | 1011000 | 0 | 1 | 100001100 | 1100001 | 110111 |
Color Harmonies of #871FFC
Complementary color
Monochromatic Colors of #871FFC
Black with #871FFC
Text Example
Text Example
White with #871FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871FFC; }
p { color: rgb(135,31,252); }
H1.HeaderClassName
{
color: #871FFC;
}
.AnyTagClassName
{
color: #871FFC;
}
</style>
background-color css
<style>
a { background-color: #871FFC; }
a { background-color: rgb(135,31,252); }
div.DivClassName
{
background-color: #871FFC;
}
.BgClassName
{
background-color: #871FFC;
}
</style>
border-color css
<style>
span { border-color: #871FFC; }
span { border-color: rgb(135,31,252); }
td.TdClassName
{
border-color: #871FFC;
}
.TagClassName
{
border-color: #871FFC;
}
</style>