Shades of Blue Violet #871DDA
Tints of Blue Violet #871DDA
RGB
CMYK
RGB Variations
Color information
#871DDA (or 0x871DDA) is known color: Blue Violet. HEX triplet: 87, 1D and DA. RGB value is (135,29,218). Sum of RGB (Red+Green+Blue) = 135+29+218=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #871DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871DDA is #78E225. Grayscale: #515151. Windows color (decimal): -7922214 or 14294407. OLE color: 14294407.
HSL color Cylindrical-coordinate representation of color #871DDA: hue angle of 273.65º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871DDA is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 29 | 218 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.15 |
| HSL | 273.65º | 0.77% | 0.48% | - |
| HSV(B) | 273.65º | 0.87% | 0.85% | - |
| XYZ | 23.09 | 11.09 | 67.25 | - |
| YUV | 82.24 | 204.62 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 29 | 218 | 0.38 | 0.87 | 0 | 0.15 | 273.65 | 0.77 | 0.48 |
| Hex | 87 | 1D | DA | 26 | 57 | 0 | F | 112 | 4D | 30 |
| Octal | 207 | 35 | 332 | 46 | 127 | 0 | 17 | 422 | 115 | 60 |
| Binary | 10000111 | 11101 | 11011010 | 100110 | 1010111 | 0 | 1111 | 100010010 | 1001101 | 110000 |
Color Harmonies of #871DDA
Complementary color
Monochromatic Colors of #871DDA
Black with #871DDA
Text Example
Text Example
White with #871DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871DDA; }
p { color: rgb(135,29,218); }
H1.HeaderClassName
{
color: #871DDA;
}
.AnyTagClassName
{
color: #871DDA;
}
</style>
background-color css
<style>
a { background-color: #871DDA; }
a { background-color: rgb(135,29,218); }
div.DivClassName
{
background-color: #871DDA;
}
.BgClassName
{
background-color: #871DDA;
}
</style>
border-color css
<style>
span { border-color: #871DDA; }
span { border-color: rgb(135,29,218); }
td.TdClassName
{
border-color: #871DDA;
}
.TagClassName
{
border-color: #871DDA;
}
</style>