Shades of Blue Violet #8715F1
Tints of Blue Violet #8715F1
RGB
CMYK
RGB Variations
Color information
#8715F1 (or 0x8715F1) is known color: Blue Violet. HEX triplet: 87, 15 and F1. RGB value is (135,21,241). Sum of RGB (Red+Green+Blue) = 135+21+241=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #8715F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8715F1 is #78EA0E. Grayscale: #4F4F4F. Windows color (decimal): -7924239 or 15799687. OLE color: 15799687.
HSL color Cylindrical-coordinate representation of color #8715F1: hue angle of 271.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8715F1 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 21 | 241 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.05 |
| HSL | 271.09º | 0.89% | 0.51% | - |
| HSV(B) | 271.09º | 0.91% | 0.95% | - |
| XYZ | 26.14 | 12.04 | 84.17 | - |
| YUV | 80.17 | 218.77 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 21 | 241 | 0.44 | 0.91 | 0 | 0.05 | 271.09 | 0.89 | 0.51 |
| Hex | 87 | 15 | F1 | 2C | 5B | 0 | 5 | 10F | 59 | 33 |
| Octal | 207 | 25 | 361 | 54 | 133 | 0 | 5 | 417 | 131 | 63 |
| Binary | 10000111 | 10101 | 11110001 | 101100 | 1011011 | 0 | 101 | 100001111 | 1011001 | 110011 |
Color Harmonies of #8715F1
Complementary color
Monochromatic Colors of #8715F1
Black with #8715F1
Text Example
Text Example
White with #8715F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8715F1; }
p { color: rgb(135,21,241); }
H1.HeaderClassName
{
color: #8715F1;
}
.AnyTagClassName
{
color: #8715F1;
}
</style>
background-color css
<style>
a { background-color: #8715F1; }
a { background-color: rgb(135,21,241); }
div.DivClassName
{
background-color: #8715F1;
}
.BgClassName
{
background-color: #8715F1;
}
</style>
border-color css
<style>
span { border-color: #8715F1; }
span { border-color: rgb(135,21,241); }
td.TdClassName
{
border-color: #8715F1;
}
.TagClassName
{
border-color: #8715F1;
}
</style>