Shades of Blue Violet #871BFE
Tints of Blue Violet #871BFE
RGB
CMYK
RGB Variations
Color information
#871BFE (or 0x871BFE) is known color: Blue Violet. HEX triplet: 87, 1B and FE. RGB value is (135,27,254). Sum of RGB (Red+Green+Blue) = 135+27+254=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #871BFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871BFE is #78E401. Grayscale: #545454. Windows color (decimal): -7922690 or 16653191. OLE color: 16653191.
HSL color Cylindrical-coordinate representation of color #871BFE: hue angle of 268.55º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871BFE is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 27 | 254 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.00 |
| HSL | 268.55º | 0.99% | 0.55% | - |
| HSV(B) | 268.55º | 0.89% | 1% | - |
| XYZ | 28.27 | 13.09 | 94.8 | - |
| YUV | 85.17 | 223.28 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 254 | 0.47 | 0.89 | 0 | 0.00 | 268.55 | 0.99 | 0.55 |
| Hex | 87 | 1B | FE | 2F | 59 | 0 | 0 | 10D | 63 | 37 |
| Octal | 207 | 33 | 376 | 57 | 131 | 0 | 0 | 415 | 143 | 67 |
| Binary | 10000111 | 11011 | 11111110 | 101111 | 1011001 | 0 | 0 | 100001101 | 1100011 | 110111 |
Color Harmonies of #871BFE
Complementary color
Monochromatic Colors of #871BFE
Black with #871BFE
Text Example
Text Example
White with #871BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871BFE; }
p { color: rgb(135,27,254); }
H1.HeaderClassName
{
color: #871BFE;
}
.AnyTagClassName
{
color: #871BFE;
}
</style>
background-color css
<style>
a { background-color: #871BFE; }
a { background-color: rgb(135,27,254); }
div.DivClassName
{
background-color: #871BFE;
}
.BgClassName
{
background-color: #871BFE;
}
</style>
border-color css
<style>
span { border-color: #871BFE; }
span { border-color: rgb(135,27,254); }
td.TdClassName
{
border-color: #871BFE;
}
.TagClassName
{
border-color: #871BFE;
}
</style>