Shades of Blue Violet #871AFB
Tints of Blue Violet #871AFB
RGB
CMYK
RGB Variations
Color information
#871AFB (or 0x871AFB) is known color: Blue Violet. HEX triplet: 87, 1A and FB. RGB value is (135,26,251). Sum of RGB (Red+Green+Blue) = 135+26+251=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #871AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871AFB is #78E504. Grayscale: #535353. Windows color (decimal): -7922949 or 16456327. OLE color: 16456327.
HSL color Cylindrical-coordinate representation of color #871AFB: hue angle of 269.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #871AFB is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 26 | 251 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.02 |
| HSL | 269.07º | 0.97% | 0.54% | - |
| HSV(B) | 269.07º | 0.9% | 0.98% | - |
| XYZ | 27.77 | 12.85 | 92.28 | - |
| YUV | 84.24 | 222.11 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 26 | 251 | 0.46 | 0.90 | 0 | 0.02 | 269.07 | 0.97 | 0.54 |
| Hex | 87 | 1A | FB | 2E | 5A | 0 | 2 | 10D | 61 | 36 |
| Octal | 207 | 32 | 373 | 56 | 132 | 0 | 2 | 415 | 141 | 66 |
| Binary | 10000111 | 11010 | 11111011 | 101110 | 1011010 | 0 | 10 | 100001101 | 1100001 | 110110 |
Color Harmonies of #871AFB
Complementary color
Monochromatic Colors of #871AFB
Black with #871AFB
Text Example
Text Example
White with #871AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871AFB; }
p { color: rgb(135,26,251); }
H1.HeaderClassName
{
color: #871AFB;
}
.AnyTagClassName
{
color: #871AFB;
}
</style>
background-color css
<style>
a { background-color: #871AFB; }
a { background-color: rgb(135,26,251); }
div.DivClassName
{
background-color: #871AFB;
}
.BgClassName
{
background-color: #871AFB;
}
</style>
border-color css
<style>
span { border-color: #871AFB; }
span { border-color: rgb(135,26,251); }
td.TdClassName
{
border-color: #871AFB;
}
.TagClassName
{
border-color: #871AFB;
}
</style>