Shades of Blue Violet #871BCE
Tints of Blue Violet #871BCE
RGB
CMYK
RGB Variations
Color information
#871BCE (or 0x871BCE) is known color: Blue Violet. HEX triplet: 87, 1B and CE. RGB value is (135,27,206). Sum of RGB (Red+Green+Blue) = 135+27+206=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #871BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871BCE is #78E431. Grayscale: #4F4F4F. Windows color (decimal): -7922738 or 13507463. OLE color: 13507463.
HSL color Cylindrical-coordinate representation of color #871BCE: hue angle of 276.2º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871BCE is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 27 | 206 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.19 |
| HSL | 276.2º | 0.77% | 0.46% | - |
| HSV(B) | 276.2º | 0.87% | 0.81% | - |
| XYZ | 21.52 | 10.39 | 59.26 | - |
| YUV | 79.7 | 199.28 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 206 | 0.34 | 0.87 | 0 | 0.19 | 276.2 | 0.77 | 0.46 |
| Hex | 87 | 1B | CE | 22 | 57 | 0 | 13 | 114 | 4D | 2E |
| Octal | 207 | 33 | 316 | 42 | 127 | 0 | 23 | 424 | 115 | 56 |
| Binary | 10000111 | 11011 | 11001110 | 100010 | 1010111 | 0 | 10011 | 100010100 | 1001101 | 101110 |
Color Harmonies of #871BCE
Complementary color
Monochromatic Colors of #871BCE
Black with #871BCE
Text Example
Text Example
White with #871BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871BCE; }
p { color: rgb(135,27,206); }
H1.HeaderClassName
{
color: #871BCE;
}
.AnyTagClassName
{
color: #871BCE;
}
</style>
background-color css
<style>
a { background-color: #871BCE; }
a { background-color: rgb(135,27,206); }
div.DivClassName
{
background-color: #871BCE;
}
.BgClassName
{
background-color: #871BCE;
}
</style>
border-color css
<style>
span { border-color: #871BCE; }
span { border-color: rgb(135,27,206); }
td.TdClassName
{
border-color: #871BCE;
}
.TagClassName
{
border-color: #871BCE;
}
</style>