Shades of Blue Violet #871DCD
Tints of Blue Violet #871DCD
RGB
CMYK
RGB Variations
Color information
#871DCD (or 0x871DCD) is known color: Blue Violet. HEX triplet: 87, 1D and CD. RGB value is (135,29,205). Sum of RGB (Red+Green+Blue) = 135+29+205=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #871DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871DCD is #78E232. Grayscale: #505050. Windows color (decimal): -7922227 or 13442439. OLE color: 13442439.
HSL color Cylindrical-coordinate representation of color #871DCD: hue angle of 276.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871DCD is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 29 | 205 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.20 |
| HSL | 276.14º | 0.75% | 0.46% | - |
| HSV(B) | 276.14º | 0.86% | 0.8% | - |
| XYZ | 21.45 | 10.44 | 58.64 | - |
| YUV | 80.76 | 198.12 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 29 | 205 | 0.34 | 0.86 | 0 | 0.20 | 276.14 | 0.75 | 0.46 |
| Hex | 87 | 1D | CD | 22 | 56 | 0 | 14 | 114 | 4B | 2E |
| Octal | 207 | 35 | 315 | 42 | 126 | 0 | 24 | 424 | 113 | 56 |
| Binary | 10000111 | 11101 | 11001101 | 100010 | 1010110 | 0 | 10100 | 100010100 | 1001011 | 101110 |
Color Harmonies of #871DCD
Complementary color
Monochromatic Colors of #871DCD
Black with #871DCD
Text Example
Text Example
White with #871DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871DCD; }
p { color: rgb(135,29,205); }
H1.HeaderClassName
{
color: #871DCD;
}
.AnyTagClassName
{
color: #871DCD;
}
</style>
background-color css
<style>
a { background-color: #871DCD; }
a { background-color: rgb(135,29,205); }
div.DivClassName
{
background-color: #871DCD;
}
.BgClassName
{
background-color: #871DCD;
}
</style>
border-color css
<style>
span { border-color: #871DCD; }
span { border-color: rgb(135,29,205); }
td.TdClassName
{
border-color: #871DCD;
}
.TagClassName
{
border-color: #871DCD;
}
</style>