Shades of Blue Violet #871BDF
Tints of Blue Violet #871BDF
RGB
CMYK
RGB Variations
Color information
#871BDF (or 0x871BDF) is known color: Blue Violet. HEX triplet: 87, 1B and DF. RGB value is (135,27,223). Sum of RGB (Red+Green+Blue) = 135+27+223=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #871BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871BDF is #78E420. Grayscale: #505050. Windows color (decimal): -7922721 or 14621575. OLE color: 14621575.
HSL color Cylindrical-coordinate representation of color #871BDF: hue angle of 273.06º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871BDF is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 27 | 223 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.13 |
| HSL | 273.06º | 0.78% | 0.49% | - |
| HSV(B) | 273.06º | 0.88% | 0.87% | - |
| XYZ | 23.7 | 11.26 | 70.74 | - |
| YUV | 81.64 | 207.78 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 223 | 0.39 | 0.88 | 0 | 0.13 | 273.06 | 0.78 | 0.49 |
| Hex | 87 | 1B | DF | 27 | 58 | 0 | D | 111 | 4E | 31 |
| Octal | 207 | 33 | 337 | 47 | 130 | 0 | 15 | 421 | 116 | 61 |
| Binary | 10000111 | 11011 | 11011111 | 100111 | 1011000 | 0 | 1101 | 100010001 | 1001110 | 110001 |
Color Harmonies of #871BDF
Complementary color
Monochromatic Colors of #871BDF
Black with #871BDF
Text Example
Text Example
White with #871BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871BDF; }
p { color: rgb(135,27,223); }
H1.HeaderClassName
{
color: #871BDF;
}
.AnyTagClassName
{
color: #871BDF;
}
</style>
background-color css
<style>
a { background-color: #871BDF; }
a { background-color: rgb(135,27,223); }
div.DivClassName
{
background-color: #871BDF;
}
.BgClassName
{
background-color: #871BDF;
}
</style>
border-color css
<style>
span { border-color: #871BDF; }
span { border-color: rgb(135,27,223); }
td.TdClassName
{
border-color: #871BDF;
}
.TagClassName
{
border-color: #871BDF;
}
</style>