Shades of Blue Violet #871BDC
Tints of Blue Violet #871BDC
RGB
CMYK
RGB Variations
Color information
#871BDC (or 0x871BDC) is known color: Blue Violet. HEX triplet: 87, 1B and DC. RGB value is (135,27,220). Sum of RGB (Red+Green+Blue) = 135+27+220=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #871BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871BDC is #78E423. Grayscale: #505050. Windows color (decimal): -7922724 or 14424967. OLE color: 14424967.
HSL color Cylindrical-coordinate representation of color #871BDC: hue angle of 273.58º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871BDC is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 27 | 220 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.14 |
| HSL | 273.58º | 0.78% | 0.48% | - |
| HSV(B) | 273.58º | 0.88% | 0.86% | - |
| XYZ | 23.3 | 11.1 | 68.62 | - |
| YUV | 81.29 | 206.28 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 220 | 0.39 | 0.88 | 0 | 0.14 | 273.58 | 0.78 | 0.48 |
| Hex | 87 | 1B | DC | 27 | 58 | 0 | E | 112 | 4E | 30 |
| Octal | 207 | 33 | 334 | 47 | 130 | 0 | 16 | 422 | 116 | 60 |
| Binary | 10000111 | 11011 | 11011100 | 100111 | 1011000 | 0 | 1110 | 100010010 | 1001110 | 110000 |
Color Harmonies of #871BDC
Complementary color
Monochromatic Colors of #871BDC
Black with #871BDC
Text Example
Text Example
White with #871BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871BDC; }
p { color: rgb(135,27,220); }
H1.HeaderClassName
{
color: #871BDC;
}
.AnyTagClassName
{
color: #871BDC;
}
</style>
background-color css
<style>
a { background-color: #871BDC; }
a { background-color: rgb(135,27,220); }
div.DivClassName
{
background-color: #871BDC;
}
.BgClassName
{
background-color: #871BDC;
}
</style>
border-color css
<style>
span { border-color: #871BDC; }
span { border-color: rgb(135,27,220); }
td.TdClassName
{
border-color: #871BDC;
}
.TagClassName
{
border-color: #871BDC;
}
</style>