Shades of Blue Violet #8716DF
Tints of Blue Violet #8716DF
RGB
CMYK
RGB Variations
Color information
#8716DF (or 0x8716DF) is known color: Blue Violet. HEX triplet: 87, 16 and DF. RGB value is (135,22,223). Sum of RGB (Red+Green+Blue) = 135+22+223=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #8716DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8716DF is #78E920. Grayscale: #4E4E4E. Windows color (decimal): -7924001 or 14620295. OLE color: 14620295.
HSL color Cylindrical-coordinate representation of color #8716DF: hue angle of 273.73º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8716DF is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 22 | 223 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.13 |
| HSL | 273.73º | 0.82% | 0.48% | - |
| HSV(B) | 273.73º | 0.9% | 0.87% | - |
| XYZ | 23.6 | 11.05 | 70.7 | - |
| YUV | 78.7 | 209.44 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 223 | 0.39 | 0.90 | 0 | 0.13 | 273.73 | 0.82 | 0.48 |
| Hex | 87 | 16 | DF | 27 | 5A | 0 | D | 112 | 52 | 30 |
| Octal | 207 | 26 | 337 | 47 | 132 | 0 | 15 | 422 | 122 | 60 |
| Binary | 10000111 | 10110 | 11011111 | 100111 | 1011010 | 0 | 1101 | 100010010 | 1010010 | 110000 |
Color Harmonies of #8716DF
Complementary color
Monochromatic Colors of #8716DF
Black with #8716DF
Text Example
Text Example
White with #8716DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8716DF; }
p { color: rgb(135,22,223); }
H1.HeaderClassName
{
color: #8716DF;
}
.AnyTagClassName
{
color: #8716DF;
}
</style>
background-color css
<style>
a { background-color: #8716DF; }
a { background-color: rgb(135,22,223); }
div.DivClassName
{
background-color: #8716DF;
}
.BgClassName
{
background-color: #8716DF;
}
</style>
border-color css
<style>
span { border-color: #8716DF; }
span { border-color: rgb(135,22,223); }
td.TdClassName
{
border-color: #8716DF;
}
.TagClassName
{
border-color: #8716DF;
}
</style>