Shades of Blue Violet #871CFB
Tints of Blue Violet #871CFB
RGB
CMYK
RGB Variations
Color information
#871CFB (or 0x871CFB) is known color: Blue Violet. HEX triplet: 87, 1C and FB. RGB value is (135,28,251). Sum of RGB (Red+Green+Blue) = 135+28+251=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #871CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871CFB is #78E304. Grayscale: #545454. Windows color (decimal): -7922437 or 16456839. OLE color: 16456839.
HSL color Cylindrical-coordinate representation of color #871CFB: hue angle of 268.79º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871CFB is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 28 | 251 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.02 |
| HSL | 268.79º | 0.97% | 0.55% | - |
| HSV(B) | 268.79º | 0.89% | 0.98% | - |
| XYZ | 27.82 | 12.95 | 92.3 | - |
| YUV | 85.42 | 221.45 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 28 | 251 | 0.46 | 0.89 | 0 | 0.02 | 268.79 | 0.97 | 0.55 |
| Hex | 87 | 1C | FB | 2E | 59 | 0 | 2 | 10D | 61 | 37 |
| Octal | 207 | 34 | 373 | 56 | 131 | 0 | 2 | 415 | 141 | 67 |
| Binary | 10000111 | 11100 | 11111011 | 101110 | 1011001 | 0 | 10 | 100001101 | 1100001 | 110111 |
Color Harmonies of #871CFB
Complementary color
Monochromatic Colors of #871CFB
Black with #871CFB
Text Example
Text Example
White with #871CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871CFB; }
p { color: rgb(135,28,251); }
H1.HeaderClassName
{
color: #871CFB;
}
.AnyTagClassName
{
color: #871CFB;
}
</style>
background-color css
<style>
a { background-color: #871CFB; }
a { background-color: rgb(135,28,251); }
div.DivClassName
{
background-color: #871CFB;
}
.BgClassName
{
background-color: #871CFB;
}
</style>
border-color css
<style>
span { border-color: #871CFB; }
span { border-color: rgb(135,28,251); }
td.TdClassName
{
border-color: #871CFB;
}
.TagClassName
{
border-color: #871CFB;
}
</style>