Shades of Blue Violet #871AFE
Tints of Blue Violet #871AFE
RGB
CMYK
RGB Variations
Color information
#871AFE (or 0x871AFE) is known color: Blue Violet. HEX triplet: 87, 1A and FE. RGB value is (135,26,254). Sum of RGB (Red+Green+Blue) = 135+26+254=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #871AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871AFE is #78E501. Grayscale: #535353. Windows color (decimal): -7922946 or 16652935. OLE color: 16652935.
HSL color Cylindrical-coordinate representation of color #871AFE: hue angle of 268.68º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #871AFE is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 26 | 254 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.00 |
| HSL | 268.68º | 0.99% | 0.55% | - |
| HSV(B) | 268.68º | 0.9% | 1% | - |
| XYZ | 28.25 | 13.05 | 94.79 | - |
| YUV | 84.58 | 223.61 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 26 | 254 | 0.47 | 0.90 | 0 | 0.00 | 268.68 | 0.99 | 0.55 |
| Hex | 87 | 1A | FE | 2F | 5A | 0 | 0 | 10D | 63 | 37 |
| Octal | 207 | 32 | 376 | 57 | 132 | 0 | 0 | 415 | 143 | 67 |
| Binary | 10000111 | 11010 | 11111110 | 101111 | 1011010 | 0 | 0 | 100001101 | 1100011 | 110111 |
Color Harmonies of #871AFE
Complementary color
Monochromatic Colors of #871AFE
Black with #871AFE
Text Example
Text Example
White with #871AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871AFE; }
p { color: rgb(135,26,254); }
H1.HeaderClassName
{
color: #871AFE;
}
.AnyTagClassName
{
color: #871AFE;
}
</style>
background-color css
<style>
a { background-color: #871AFE; }
a { background-color: rgb(135,26,254); }
div.DivClassName
{
background-color: #871AFE;
}
.BgClassName
{
background-color: #871AFE;
}
</style>
border-color css
<style>
span { border-color: #871AFE; }
span { border-color: rgb(135,26,254); }
td.TdClassName
{
border-color: #871AFE;
}
.TagClassName
{
border-color: #871AFE;
}
</style>