Shades of Blue Violet #871FCD
Tints of Blue Violet #871FCD
RGB
CMYK
RGB Variations
Color information
#871FCD (or 0x871FCD) is known color: Blue Violet. HEX triplet: 87, 1F and CD. RGB value is (135,31,205). Sum of RGB (Red+Green+Blue) = 135+31+205=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #871FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871FCD is #78E032. Grayscale: #515151. Windows color (decimal): -7921715 or 13442951. OLE color: 13442951.
HSL color Cylindrical-coordinate representation of color #871FCD: hue angle of 275.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871FCD is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 31 | 205 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.20 |
| HSL | 275.86º | 0.74% | 0.46% | - |
| HSV(B) | 275.86º | 0.85% | 0.8% | - |
| XYZ | 21.5 | 10.54 | 58.66 | - |
| YUV | 81.93 | 197.46 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 31 | 205 | 0.34 | 0.85 | 0 | 0.20 | 275.86 | 0.74 | 0.46 |
| Hex | 87 | 1F | CD | 22 | 55 | 0 | 14 | 114 | 4A | 2E |
| Octal | 207 | 37 | 315 | 42 | 125 | 0 | 24 | 424 | 112 | 56 |
| Binary | 10000111 | 11111 | 11001101 | 100010 | 1010101 | 0 | 10100 | 100010100 | 1001010 | 101110 |
Color Harmonies of #871FCD
Complementary color
Monochromatic Colors of #871FCD
Black with #871FCD
Text Example
Text Example
White with #871FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871FCD; }
p { color: rgb(135,31,205); }
H1.HeaderClassName
{
color: #871FCD;
}
.AnyTagClassName
{
color: #871FCD;
}
</style>
background-color css
<style>
a { background-color: #871FCD; }
a { background-color: rgb(135,31,205); }
div.DivClassName
{
background-color: #871FCD;
}
.BgClassName
{
background-color: #871FCD;
}
</style>
border-color css
<style>
span { border-color: #871FCD; }
span { border-color: rgb(135,31,205); }
td.TdClassName
{
border-color: #871FCD;
}
.TagClassName
{
border-color: #871FCD;
}
</style>