Shades of Blue Violet #871ECE
Tints of Blue Violet #871ECE
RGB
CMYK
RGB Variations
Color information
#871ECE (or 0x871ECE) is known color: Blue Violet. HEX triplet: 87, 1E and CE. RGB value is (135,30,206). Sum of RGB (Red+Green+Blue) = 135+30+206=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #871ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871ECE is #78E131. Grayscale: #505050. Windows color (decimal): -7921970 or 13508231. OLE color: 13508231.
HSL color Cylindrical-coordinate representation of color #871ECE: hue angle of 275.8º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871ECE is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 30 | 206 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.19 |
| HSL | 275.8º | 0.75% | 0.46% | - |
| HSV(B) | 275.8º | 0.85% | 0.81% | - |
| XYZ | 21.6 | 10.54 | 59.29 | - |
| YUV | 81.46 | 198.29 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 30 | 206 | 0.34 | 0.85 | 0 | 0.19 | 275.8 | 0.75 | 0.46 |
| Hex | 87 | 1E | CE | 22 | 55 | 0 | 13 | 114 | 4B | 2E |
| Octal | 207 | 36 | 316 | 42 | 125 | 0 | 23 | 424 | 113 | 56 |
| Binary | 10000111 | 11110 | 11001110 | 100010 | 1010101 | 0 | 10011 | 100010100 | 1001011 | 101110 |
Color Harmonies of #871ECE
Complementary color
Monochromatic Colors of #871ECE
Black with #871ECE
Text Example
Text Example
White with #871ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871ECE; }
p { color: rgb(135,30,206); }
H1.HeaderClassName
{
color: #871ECE;
}
.AnyTagClassName
{
color: #871ECE;
}
</style>
background-color css
<style>
a { background-color: #871ECE; }
a { background-color: rgb(135,30,206); }
div.DivClassName
{
background-color: #871ECE;
}
.BgClassName
{
background-color: #871ECE;
}
</style>
border-color css
<style>
span { border-color: #871ECE; }
span { border-color: rgb(135,30,206); }
td.TdClassName
{
border-color: #871ECE;
}
.TagClassName
{
border-color: #871ECE;
}
</style>