Shades of Blue Violet #871CFF
Tints of Blue Violet #871CFF
RGB
CMYK
RGB Variations
Color information
#871CFF (or 0x871CFF) is known color: Blue Violet. HEX triplet: 87, 1C and FF. RGB value is (135,28,255). Sum of RGB (Red+Green+Blue) = 135+28+255=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #871CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871CFF is #78E300. Grayscale: #555555. Windows color (decimal): -7922433 or 16718983. OLE color: 16718983.
HSL color Cylindrical-coordinate representation of color #871CFF: hue angle of 268.28º 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 #871CFF is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 28 | 255 | - |
| CMYK | 0.47 | 0.89 | 0 | 0 |
| HSL | 268.28º | 1% | 0.55% | - |
| HSV(B) | 268.28º | 0.89% | 1% | - |
| XYZ | 28.46 | 13.2 | 95.66 | - |
| YUV | 85.87 | 223.45 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 28 | 255 | 0.47 | 0.89 | 0 | 0 | 268.28 | 1 | 0.55 |
| Hex | 87 | 1C | FF | 2F | 59 | 0 | 0 | 10C | 64 | 37 |
| Octal | 207 | 34 | 377 | 57 | 131 | 0 | 0 | 414 | 144 | 67 |
| Binary | 10000111 | 11100 | 11111111 | 101111 | 1011001 | 0 | 0 | 100001100 | 1100100 | 110111 |
Color Harmonies of #871CFF
Complementary color
Monochromatic Colors of #871CFF
Black with #871CFF
Text Example
Text Example
White with #871CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871CFF; }
p { color: rgb(135,28,255); }
H1.HeaderClassName
{
color: #871CFF;
}
.AnyTagClassName
{
color: #871CFF;
}
</style>
background-color css
<style>
a { background-color: #871CFF; }
a { background-color: rgb(135,28,255); }
div.DivClassName
{
background-color: #871CFF;
}
.BgClassName
{
background-color: #871CFF;
}
</style>
border-color css
<style>
span { border-color: #871CFF; }
span { border-color: rgb(135,28,255); }
td.TdClassName
{
border-color: #871CFF;
}
.TagClassName
{
border-color: #871CFF;
}
</style>