Shades of Blue Violet #871ADB
Tints of Blue Violet #871ADB
RGB
CMYK
RGB Variations
Color information
#871ADB (or 0x871ADB) is known color: Blue Violet. HEX triplet: 87, 1A and DB. RGB value is (135,26,219). Sum of RGB (Red+Green+Blue) = 135+26+219=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #871ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871ADB is #78E524. Grayscale: #4F4F4F. Windows color (decimal): -7922981 or 14359175. OLE color: 14359175.
HSL color Cylindrical-coordinate representation of color #871ADB: hue angle of 273.89º degrees, saturation: 0.79, 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 #871ADB is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 26 | 219 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.14 |
| HSL | 273.89º | 0.79% | 0.48% | - |
| HSV(B) | 273.89º | 0.88% | 0.86% | - |
| XYZ | 23.15 | 11 | 67.92 | - |
| YUV | 80.59 | 206.11 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 26 | 219 | 0.38 | 0.88 | 0 | 0.14 | 273.89 | 0.79 | 0.48 |
| Hex | 87 | 1A | DB | 26 | 58 | 0 | E | 112 | 4F | 30 |
| Octal | 207 | 32 | 333 | 46 | 130 | 0 | 16 | 422 | 117 | 60 |
| Binary | 10000111 | 11010 | 11011011 | 100110 | 1011000 | 0 | 1110 | 100010010 | 1001111 | 110000 |
Color Harmonies of #871ADB
Complementary color
Monochromatic Colors of #871ADB
Black with #871ADB
Text Example
Text Example
White with #871ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871ADB; }
p { color: rgb(135,26,219); }
H1.HeaderClassName
{
color: #871ADB;
}
.AnyTagClassName
{
color: #871ADB;
}
</style>
background-color css
<style>
a { background-color: #871ADB; }
a { background-color: rgb(135,26,219); }
div.DivClassName
{
background-color: #871ADB;
}
.BgClassName
{
background-color: #871ADB;
}
</style>
border-color css
<style>
span { border-color: #871ADB; }
span { border-color: rgb(135,26,219); }
td.TdClassName
{
border-color: #871ADB;
}
.TagClassName
{
border-color: #871ADB;
}
</style>