Shades of Blue Violet #871AFF
Tints of Blue Violet #871AFF
RGB
CMYK
RGB Variations
Color information
#871AFF (or 0x871AFF) is known color: Blue Violet. HEX triplet: 87, 1A and FF. RGB value is (135,26,255). Sum of RGB (Red+Green+Blue) = 135+26+255=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #871AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871AFF is #78E500. Grayscale: #535353. Windows color (decimal): -7922945 or 16718471. OLE color: 16718471.
HSL color Cylindrical-coordinate representation of color #871AFF: hue angle of 268.56º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #871AFF is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 26 | 255 | - |
| CMYK | 0.47 | 0.90 | 0 | 0 |
| HSL | 268.56º | 1% | 0.55% | - |
| HSV(B) | 268.56º | 0.9% | 1% | - |
| XYZ | 28.41 | 13.11 | 95.64 | - |
| YUV | 84.7 | 224.11 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 26 | 255 | 0.47 | 0.90 | 0 | 0 | 268.56 | 1 | 0.55 |
| Hex | 87 | 1A | FF | 2F | 5A | 0 | 0 | 10D | 64 | 37 |
| Octal | 207 | 32 | 377 | 57 | 132 | 0 | 0 | 415 | 144 | 67 |
| Binary | 10000111 | 11010 | 11111111 | 101111 | 1011010 | 0 | 0 | 100001101 | 1100100 | 110111 |
Color Harmonies of #871AFF
Complementary color
Monochromatic Colors of #871AFF
Black with #871AFF
Text Example
Text Example
White with #871AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871AFF; }
p { color: rgb(135,26,255); }
H1.HeaderClassName
{
color: #871AFF;
}
.AnyTagClassName
{
color: #871AFF;
}
</style>
background-color css
<style>
a { background-color: #871AFF; }
a { background-color: rgb(135,26,255); }
div.DivClassName
{
background-color: #871AFF;
}
.BgClassName
{
background-color: #871AFF;
}
</style>
border-color css
<style>
span { border-color: #871AFF; }
span { border-color: rgb(135,26,255); }
td.TdClassName
{
border-color: #871AFF;
}
.TagClassName
{
border-color: #871AFF;
}
</style>