Shades of Blue Violet #8716ED
Tints of Blue Violet #8716ED
RGB
CMYK
RGB Variations
Color information
#8716ED (or 0x8716ED) is known color: Blue Violet. HEX triplet: 87, 16 and ED. RGB value is (135,22,237). Sum of RGB (Red+Green+Blue) = 135+22+237=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 237 (92.97% from 255 or 60.15% from 394); Max value from RGB is 237 - color contains mainly: blue. Hex color #8716ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8716ED is #78E912. Grayscale: #4F4F4F. Windows color (decimal): -7923987 or 15537799. OLE color: 15537799.
HSL color Cylindrical-coordinate representation of color #8716ED: hue angle of 271.53º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8716ED is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 22 | 237 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.07 |
| HSL | 271.53º | 0.86% | 0.51% | - |
| HSV(B) | 271.53º | 0.91% | 0.93% | - |
| XYZ | 25.56 | 11.84 | 81.06 | - |
| YUV | 80.3 | 216.44 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 237 | 0.43 | 0.91 | 0 | 0.07 | 271.53 | 0.86 | 0.51 |
| Hex | 87 | 16 | ED | 2B | 5B | 0 | 7 | 110 | 56 | 33 |
| Octal | 207 | 26 | 355 | 53 | 133 | 0 | 7 | 420 | 126 | 63 |
| Binary | 10000111 | 10110 | 11101101 | 101011 | 1011011 | 0 | 111 | 100010000 | 1010110 | 110011 |
Color Harmonies of #8716ED
Complementary color
Monochromatic Colors of #8716ED
Black with #8716ED
Text Example
Text Example
White with #8716ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8716ED; }
p { color: rgb(135,22,237); }
H1.HeaderClassName
{
color: #8716ED;
}
.AnyTagClassName
{
color: #8716ED;
}
</style>
background-color css
<style>
a { background-color: #8716ED; }
a { background-color: rgb(135,22,237); }
div.DivClassName
{
background-color: #8716ED;
}
.BgClassName
{
background-color: #8716ED;
}
</style>
border-color css
<style>
span { border-color: #8716ED; }
span { border-color: rgb(135,22,237); }
td.TdClassName
{
border-color: #8716ED;
}
.TagClassName
{
border-color: #8716ED;
}
</style>