Shades of Blue Violet #871BDD
Tints of Blue Violet #871BDD
RGB
CMYK
RGB Variations
Color information
#871BDD (or 0x871BDD) is known color: Blue Violet. HEX triplet: 87, 1B and DD. RGB value is (135,27,221). Sum of RGB (Red+Green+Blue) = 135+27+221=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #871BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871BDD is #78E422. Grayscale: #505050. Windows color (decimal): -7922723 or 14490503. OLE color: 14490503.
HSL color Cylindrical-coordinate representation of color #871BDD: hue angle of 273.4º 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 #871BDD is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 27 | 221 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.13 |
| HSL | 273.4º | 0.78% | 0.49% | - |
| HSV(B) | 273.4º | 0.88% | 0.87% | - |
| XYZ | 23.43 | 11.16 | 69.32 | - |
| YUV | 81.41 | 206.78 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 221 | 0.39 | 0.88 | 0 | 0.13 | 273.4 | 0.78 | 0.49 |
| Hex | 87 | 1B | DD | 27 | 58 | 0 | D | 111 | 4E | 31 |
| Octal | 207 | 33 | 335 | 47 | 130 | 0 | 15 | 421 | 116 | 61 |
| Binary | 10000111 | 11011 | 11011101 | 100111 | 1011000 | 0 | 1101 | 100010001 | 1001110 | 110001 |
Color Harmonies of #871BDD
Complementary color
Monochromatic Colors of #871BDD
Black with #871BDD
Text Example
Text Example
White with #871BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871BDD; }
p { color: rgb(135,27,221); }
H1.HeaderClassName
{
color: #871BDD;
}
.AnyTagClassName
{
color: #871BDD;
}
</style>
background-color css
<style>
a { background-color: #871BDD; }
a { background-color: rgb(135,27,221); }
div.DivClassName
{
background-color: #871BDD;
}
.BgClassName
{
background-color: #871BDD;
}
</style>
border-color css
<style>
span { border-color: #871BDD; }
span { border-color: rgb(135,27,221); }
td.TdClassName
{
border-color: #871BDD;
}
.TagClassName
{
border-color: #871BDD;
}
</style>