Shades of Blue Violet #871ED0
Tints of Blue Violet #871ED0
RGB
CMYK
RGB Variations
Color information
#871ED0 (or 0x871ED0) is known color: Blue Violet. HEX triplet: 87, 1E and D0. RGB value is (135,30,208). Sum of RGB (Red+Green+Blue) = 135+30+208=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 208 (81.64% from 255 or 55.76% from 373); Max value from RGB is 208 - color contains mainly: blue. Hex color #871ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871ED0 is #78E12F. Grayscale: #515151. Windows color (decimal): -7921968 or 13639303. OLE color: 13639303.
HSL color Cylindrical-coordinate representation of color #871ED0: hue angle of 275.39º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871ED0 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 30 | 208 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.18 |
| HSL | 275.39º | 0.75% | 0.47% | - |
| HSV(B) | 275.39º | 0.86% | 0.82% | - |
| XYZ | 21.84 | 10.63 | 60.58 | - |
| YUV | 81.69 | 199.29 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 30 | 208 | 0.35 | 0.86 | 0 | 0.18 | 275.39 | 0.75 | 0.47 |
| Hex | 87 | 1E | D0 | 23 | 56 | 0 | 12 | 113 | 4B | 2F |
| Octal | 207 | 36 | 320 | 43 | 126 | 0 | 22 | 423 | 113 | 57 |
| Binary | 10000111 | 11110 | 11010000 | 100011 | 1010110 | 0 | 10010 | 100010011 | 1001011 | 101111 |
Color Harmonies of #871ED0
Complementary color
Monochromatic Colors of #871ED0
Black with #871ED0
Text Example
Text Example
White with #871ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871ED0; }
p { color: rgb(135,30,208); }
H1.HeaderClassName
{
color: #871ED0;
}
.AnyTagClassName
{
color: #871ED0;
}
</style>
background-color css
<style>
a { background-color: #871ED0; }
a { background-color: rgb(135,30,208); }
div.DivClassName
{
background-color: #871ED0;
}
.BgClassName
{
background-color: #871ED0;
}
</style>
border-color css
<style>
span { border-color: #871ED0; }
span { border-color: rgb(135,30,208); }
td.TdClassName
{
border-color: #871ED0;
}
.TagClassName
{
border-color: #871ED0;
}
</style>