Shades of Blue Violet #8718ED
Tints of Blue Violet #8718ED
RGB
CMYK
RGB Variations
Color information
#8718ED (or 0x8718ED) is known color: Blue Violet. HEX triplet: 87, 18 and ED. RGB value is (135,24,237). Sum of RGB (Red+Green+Blue) = 135+24+237=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #8718ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8718ED is #78E712. Grayscale: #505050. Windows color (decimal): -7923475 or 15538311. OLE color: 15538311.
HSL color Cylindrical-coordinate representation of color #8718ED: hue angle of 271.27º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8718ED is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 24 | 237 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.07 |
| HSL | 271.27º | 0.86% | 0.51% | - |
| HSV(B) | 271.27º | 0.9% | 0.93% | - |
| XYZ | 25.6 | 11.92 | 81.07 | - |
| YUV | 81.47 | 215.77 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 237 | 0.43 | 0.90 | 0 | 0.07 | 271.27 | 0.86 | 0.51 |
| Hex | 87 | 18 | ED | 2B | 5A | 0 | 7 | 10F | 56 | 33 |
| Octal | 207 | 30 | 355 | 53 | 132 | 0 | 7 | 417 | 126 | 63 |
| Binary | 10000111 | 11000 | 11101101 | 101011 | 1011010 | 0 | 111 | 100001111 | 1010110 | 110011 |
Color Harmonies of #8718ED
Complementary color
Monochromatic Colors of #8718ED
Black with #8718ED
Text Example
Text Example
White with #8718ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8718ED; }
p { color: rgb(135,24,237); }
H1.HeaderClassName
{
color: #8718ED;
}
.AnyTagClassName
{
color: #8718ED;
}
</style>
background-color css
<style>
a { background-color: #8718ED; }
a { background-color: rgb(135,24,237); }
div.DivClassName
{
background-color: #8718ED;
}
.BgClassName
{
background-color: #8718ED;
}
</style>
border-color css
<style>
span { border-color: #8718ED; }
span { border-color: rgb(135,24,237); }
td.TdClassName
{
border-color: #8718ED;
}
.TagClassName
{
border-color: #8718ED;
}
</style>