Shades of Blue Violet #871DDB
Tints of Blue Violet #871DDB
RGB
CMYK
RGB Variations
Color information
#871DDB (or 0x871DDB) is known color: Blue Violet. HEX triplet: 87, 1D and DB. RGB value is (135,29,219). Sum of RGB (Red+Green+Blue) = 135+29+219=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #871DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871DDB is #78E224. Grayscale: #515151. Windows color (decimal): -7922213 or 14359943. OLE color: 14359943.
HSL color Cylindrical-coordinate representation of color #871DDB: hue angle of 273.47º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871DDB is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 29 | 219 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.14 |
| HSL | 273.47º | 0.77% | 0.49% | - |
| HSV(B) | 273.47º | 0.87% | 0.86% | - |
| XYZ | 23.22 | 11.14 | 67.95 | - |
| YUV | 82.35 | 205.12 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 29 | 219 | 0.38 | 0.87 | 0 | 0.14 | 273.47 | 0.77 | 0.49 |
| Hex | 87 | 1D | DB | 26 | 57 | 0 | E | 111 | 4D | 31 |
| Octal | 207 | 35 | 333 | 46 | 127 | 0 | 16 | 421 | 115 | 61 |
| Binary | 10000111 | 11101 | 11011011 | 100110 | 1010111 | 0 | 1110 | 100010001 | 1001101 | 110001 |
Color Harmonies of #871DDB
Complementary color
Monochromatic Colors of #871DDB
Black with #871DDB
Text Example
Text Example
White with #871DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871DDB; }
p { color: rgb(135,29,219); }
H1.HeaderClassName
{
color: #871DDB;
}
.AnyTagClassName
{
color: #871DDB;
}
</style>
background-color css
<style>
a { background-color: #871DDB; }
a { background-color: rgb(135,29,219); }
div.DivClassName
{
background-color: #871DDB;
}
.BgClassName
{
background-color: #871DDB;
}
</style>
border-color css
<style>
span { border-color: #871DDB; }
span { border-color: rgb(135,29,219); }
td.TdClassName
{
border-color: #871DDB;
}
.TagClassName
{
border-color: #871DDB;
}
</style>