Shades of Blue Violet #871CDB
Tints of Blue Violet #871CDB
RGB
CMYK
RGB Variations
Color information
#871CDB (or 0x871CDB) is known color: Blue Violet. HEX triplet: 87, 1C and DB. RGB value is (135,28,219). Sum of RGB (Red+Green+Blue) = 135+28+219=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 28 (11.33% from 255 or 7.33% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #871CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871CDB is #78E324. Grayscale: #515151. Windows color (decimal): -7922469 or 14359687. OLE color: 14359687.
HSL color Cylindrical-coordinate representation of color #871CDB: hue angle of 273.61º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871CDB is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 28 | 219 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.14 |
| HSL | 273.61º | 0.77% | 0.48% | - |
| HSV(B) | 273.61º | 0.87% | 0.86% | - |
| XYZ | 23.19 | 11.1 | 67.94 | - |
| YUV | 81.77 | 205.45 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 28 | 219 | 0.38 | 0.87 | 0 | 0.14 | 273.61 | 0.77 | 0.48 |
| Hex | 87 | 1C | DB | 26 | 57 | 0 | E | 112 | 4D | 30 |
| Octal | 207 | 34 | 333 | 46 | 127 | 0 | 16 | 422 | 115 | 60 |
| Binary | 10000111 | 11100 | 11011011 | 100110 | 1010111 | 0 | 1110 | 100010010 | 1001101 | 110000 |
Color Harmonies of #871CDB
Complementary color
Monochromatic Colors of #871CDB
Black with #871CDB
Text Example
Text Example
White with #871CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871CDB; }
p { color: rgb(135,28,219); }
H1.HeaderClassName
{
color: #871CDB;
}
.AnyTagClassName
{
color: #871CDB;
}
</style>
background-color css
<style>
a { background-color: #871CDB; }
a { background-color: rgb(135,28,219); }
div.DivClassName
{
background-color: #871CDB;
}
.BgClassName
{
background-color: #871CDB;
}
</style>
border-color css
<style>
span { border-color: #871CDB; }
span { border-color: rgb(135,28,219); }
td.TdClassName
{
border-color: #871CDB;
}
.TagClassName
{
border-color: #871CDB;
}
</style>