Shades of Blue Violet #871BFF
Tints of Blue Violet #871BFF
RGB
CMYK
RGB Variations
Color information
#871BFF (or 0x871BFF) is known color: Blue Violet. HEX triplet: 87, 1B and FF. RGB value is (135,27,255). Sum of RGB (Red+Green+Blue) = 135+27+255=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #871BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871BFF is #78E400. Grayscale: #545454. Windows color (decimal): -7922689 or 16718727. OLE color: 16718727.
HSL color Cylindrical-coordinate representation of color #871BFF: hue angle of 268.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871BFF is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 27 | 255 | - |
| CMYK | 0.47 | 0.89 | 0 | 0 |
| HSL | 268.42º | 1% | 0.55% | - |
| HSV(B) | 268.42º | 0.89% | 1% | - |
| XYZ | 28.43 | 13.15 | 95.65 | - |
| YUV | 85.28 | 223.78 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 255 | 0.47 | 0.89 | 0 | 0 | 268.42 | 1 | 0.55 |
| Hex | 87 | 1B | FF | 2F | 59 | 0 | 0 | 10C | 64 | 37 |
| Octal | 207 | 33 | 377 | 57 | 131 | 0 | 0 | 414 | 144 | 67 |
| Binary | 10000111 | 11011 | 11111111 | 101111 | 1011001 | 0 | 0 | 100001100 | 1100100 | 110111 |
Color Harmonies of #871BFF
Complementary color
Monochromatic Colors of #871BFF
Black with #871BFF
Text Example
Text Example
White with #871BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871BFF; }
p { color: rgb(135,27,255); }
H1.HeaderClassName
{
color: #871BFF;
}
.AnyTagClassName
{
color: #871BFF;
}
</style>
background-color css
<style>
a { background-color: #871BFF; }
a { background-color: rgb(135,27,255); }
div.DivClassName
{
background-color: #871BFF;
}
.BgClassName
{
background-color: #871BFF;
}
</style>
border-color css
<style>
span { border-color: #871BFF; }
span { border-color: rgb(135,27,255); }
td.TdClassName
{
border-color: #871BFF;
}
.TagClassName
{
border-color: #871BFF;
}
</style>