Shades of Blue Violet #871DEA
Tints of Blue Violet #871DEA
RGB
CMYK
RGB Variations
Color information
#871DEA (or 0x871DEA) is known color: Blue Violet. HEX triplet: 87, 1D and EA. RGB value is (135,29,234). Sum of RGB (Red+Green+Blue) = 135+29+234=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #871DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871DEA is #78E215. Grayscale: #535353. Windows color (decimal): -7922198 or 15342983. OLE color: 15342983.
HSL color Cylindrical-coordinate representation of color #871DEA: hue angle of 271.02º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871DEA is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 29 | 234 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.08 |
| HSL | 271.02º | 0.83% | 0.52% | - |
| HSV(B) | 271.02º | 0.88% | 0.92% | - |
| XYZ | 25.28 | 11.97 | 78.82 | - |
| YUV | 84.06 | 212.62 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 29 | 234 | 0.42 | 0.88 | 0 | 0.08 | 271.02 | 0.83 | 0.52 |
| Hex | 87 | 1D | EA | 2A | 58 | 0 | 8 | 10F | 53 | 34 |
| Octal | 207 | 35 | 352 | 52 | 130 | 0 | 10 | 417 | 123 | 64 |
| Binary | 10000111 | 11101 | 11101010 | 101010 | 1011000 | 0 | 1000 | 100001111 | 1010011 | 110100 |
Color Harmonies of #871DEA
Complementary color
Monochromatic Colors of #871DEA
Black with #871DEA
Text Example
Text Example
White with #871DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871DEA; }
p { color: rgb(135,29,234); }
H1.HeaderClassName
{
color: #871DEA;
}
.AnyTagClassName
{
color: #871DEA;
}
</style>
background-color css
<style>
a { background-color: #871DEA; }
a { background-color: rgb(135,29,234); }
div.DivClassName
{
background-color: #871DEA;
}
.BgClassName
{
background-color: #871DEA;
}
</style>
border-color css
<style>
span { border-color: #871DEA; }
span { border-color: rgb(135,29,234); }
td.TdClassName
{
border-color: #871DEA;
}
.TagClassName
{
border-color: #871DEA;
}
</style>