Shades of Blue Violet #871BCD
Tints of Blue Violet #871BCD
RGB
CMYK
RGB Variations
Color information
#871BCD (or 0x871BCD) is known color: Blue Violet. HEX triplet: 87, 1B and CD. RGB value is (135,27,205). Sum of RGB (Red+Green+Blue) = 135+27+205=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #871BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871BCD is #78E432. Grayscale: #4E4E4E. Windows color (decimal): -7922739 or 13441927. OLE color: 13441927.
HSL color Cylindrical-coordinate representation of color #871BCD: hue angle of 276.4º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871BCD is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 27 | 205 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.20 |
| HSL | 276.4º | 0.77% | 0.45% | - |
| HSV(B) | 276.4º | 0.87% | 0.8% | - |
| XYZ | 21.4 | 10.34 | 58.63 | - |
| YUV | 79.58 | 198.78 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 205 | 0.34 | 0.87 | 0 | 0.20 | 276.4 | 0.77 | 0.45 |
| Hex | 87 | 1B | CD | 22 | 57 | 0 | 14 | 114 | 4D | 2D |
| Octal | 207 | 33 | 315 | 42 | 127 | 0 | 24 | 424 | 115 | 55 |
| Binary | 10000111 | 11011 | 11001101 | 100010 | 1010111 | 0 | 10100 | 100010100 | 1001101 | 101101 |
Color Harmonies of #871BCD
Complementary color
Monochromatic Colors of #871BCD
Black with #871BCD
Text Example
Text Example
White with #871BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871BCD; }
p { color: rgb(135,27,205); }
H1.HeaderClassName
{
color: #871BCD;
}
.AnyTagClassName
{
color: #871BCD;
}
</style>
background-color css
<style>
a { background-color: #871BCD; }
a { background-color: rgb(135,27,205); }
div.DivClassName
{
background-color: #871BCD;
}
.BgClassName
{
background-color: #871BCD;
}
</style>
border-color css
<style>
span { border-color: #871BCD; }
span { border-color: rgb(135,27,205); }
td.TdClassName
{
border-color: #871BCD;
}
.TagClassName
{
border-color: #871BCD;
}
</style>