Shades of Blue Violet #871DDD
Tints of Blue Violet #871DDD
RGB
CMYK
RGB Variations
Color information
#871DDD (or 0x871DDD) is known color: Blue Violet. HEX triplet: 87, 1D and DD. RGB value is (135,29,221). Sum of RGB (Red+Green+Blue) = 135+29+221=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #871DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871DDD is #78E222. Grayscale: #515151. Windows color (decimal): -7922211 or 14491015. OLE color: 14491015.
HSL color Cylindrical-coordinate representation of color #871DDD: hue angle of 273.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871DDD is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 29 | 221 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.13 |
| HSL | 273.13º | 0.77% | 0.49% | - |
| HSV(B) | 273.13º | 0.87% | 0.87% | - |
| XYZ | 23.48 | 11.25 | 69.34 | - |
| YUV | 82.58 | 206.12 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 29 | 221 | 0.39 | 0.87 | 0 | 0.13 | 273.13 | 0.77 | 0.49 |
| Hex | 87 | 1D | DD | 27 | 57 | 0 | D | 111 | 4D | 31 |
| Octal | 207 | 35 | 335 | 47 | 127 | 0 | 15 | 421 | 115 | 61 |
| Binary | 10000111 | 11101 | 11011101 | 100111 | 1010111 | 0 | 1101 | 100010001 | 1001101 | 110001 |
Color Harmonies of #871DDD
Complementary color
Monochromatic Colors of #871DDD
Black with #871DDD
Text Example
Text Example
White with #871DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871DDD; }
p { color: rgb(135,29,221); }
H1.HeaderClassName
{
color: #871DDD;
}
.AnyTagClassName
{
color: #871DDD;
}
</style>
background-color css
<style>
a { background-color: #871DDD; }
a { background-color: rgb(135,29,221); }
div.DivClassName
{
background-color: #871DDD;
}
.BgClassName
{
background-color: #871DDD;
}
</style>
border-color css
<style>
span { border-color: #871DDD; }
span { border-color: rgb(135,29,221); }
td.TdClassName
{
border-color: #871DDD;
}
.TagClassName
{
border-color: #871DDD;
}
</style>