Shades of Blue Violet #871FDD
Tints of Blue Violet #871FDD
RGB
CMYK
RGB Variations
Color information
#871FDD (or 0x871FDD) is known color: Blue Violet. HEX triplet: 87, 1F and DD. RGB value is (135,31,221). Sum of RGB (Red+Green+Blue) = 135+31+221=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #871FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FDD is #78E022. Grayscale: #535353. Windows color (decimal): -7921699 or 14491527. OLE color: 14491527.
HSL color Cylindrical-coordinate representation of color #871FDD: hue angle of 272.84º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871FDD is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 31 | 221 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.13 |
| HSL | 272.84º | 0.75% | 0.49% | - |
| HSV(B) | 272.84º | 0.86% | 0.87% | - |
| XYZ | 23.53 | 11.35 | 69.36 | - |
| YUV | 83.76 | 205.46 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 221 | 0.39 | 0.86 | 0 | 0.13 | 272.84 | 0.75 | 0.49 |
| Hex | 87 | 1F | DD | 27 | 56 | 0 | D | 111 | 4B | 31 |
| Octal | 207 | 37 | 335 | 47 | 126 | 0 | 15 | 421 | 113 | 61 |
| Binary | 10000111 | 11111 | 11011101 | 100111 | 1010110 | 0 | 1101 | 100010001 | 1001011 | 110001 |
Color Harmonies of #871FDD
Complementary color
Monochromatic Colors of #871FDD
Black with #871FDD
Text Example
Text Example
White with #871FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871FDD; }
p { color: rgb(135,31,221); }
H1.HeaderClassName
{
color: #871FDD;
}
.AnyTagClassName
{
color: #871FDD;
}
</style>
background-color css
<style>
a { background-color: #871FDD; }
a { background-color: rgb(135,31,221); }
div.DivClassName
{
background-color: #871FDD;
}
.BgClassName
{
background-color: #871FDD;
}
</style>
border-color css
<style>
span { border-color: #871FDD; }
span { border-color: rgb(135,31,221); }
td.TdClassName
{
border-color: #871FDD;
}
.TagClassName
{
border-color: #871FDD;
}
</style>