Shades of Blue Violet #870DF1
Tints of Blue Violet #870DF1
RGB
CMYK
RGB Variations
Color information
#870DF1 (or 0x870DF1) is known color: Blue Violet. HEX triplet: 87, 0D and F1. RGB value is (135,13,241). Sum of RGB (Red+Green+Blue) = 135+13+241=389 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.70% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #870DF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #870DF1 is #78F20E. Grayscale: #4A4A4A. Windows color (decimal): -7926287 or 15797639. OLE color: 15797639.
HSL color Cylindrical-coordinate representation of color #870DF1: hue angle of 272.11º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870DF1 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 13 | 241 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.05 |
| HSL | 272.11º | 0.9% | 0.5% | - |
| HSV(B) | 272.11º | 0.95% | 0.95% | - |
| XYZ | 26.01 | 11.79 | 84.12 | - |
| YUV | 75.47 | 221.42 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 241 | 0.44 | 0.95 | 0 | 0.05 | 272.11 | 0.9 | 0.5 |
| Hex | 87 | D | F1 | 2C | 5F | 0 | 5 | 110 | 5A | 32 |
| Octal | 207 | 15 | 361 | 54 | 137 | 0 | 5 | 420 | 132 | 62 |
| Binary | 10000111 | 1101 | 11110001 | 101100 | 1011111 | 0 | 101 | 100010000 | 1011010 | 110010 |
Color Harmonies of #870DF1
Complementary color
Monochromatic Colors of #870DF1
Black with #870DF1
Text Example
Text Example
White with #870DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870DF1; }
p { color: rgb(135,13,241); }
H1.HeaderClassName
{
color: #870DF1;
}
.AnyTagClassName
{
color: #870DF1;
}
</style>
background-color css
<style>
a { background-color: #870DF1; }
a { background-color: rgb(135,13,241); }
div.DivClassName
{
background-color: #870DF1;
}
.BgClassName
{
background-color: #870DF1;
}
</style>
border-color css
<style>
span { border-color: #870DF1; }
span { border-color: rgb(135,13,241); }
td.TdClassName
{
border-color: #870DF1;
}
.TagClassName
{
border-color: #870DF1;
}
</style>