Shades of Blue Violet #8718FF
Tints of Blue Violet #8718FF
RGB
CMYK
RGB Variations
Color information
#8718FF (or 0x8718FF) is known color: Blue Violet. HEX triplet: 87, 18 and FF. RGB value is (135,24,255). Sum of RGB (Red+Green+Blue) = 135+24+255=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #8718FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8718FF is #78E700. Grayscale: #525252. Windows color (decimal): -7923457 or 16717959. OLE color: 16717959.
HSL color Cylindrical-coordinate representation of color #8718FF: hue angle of 268.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8718FF is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 24 | 255 | - |
| CMYK | 0.47 | 0.91 | 0 | 0 |
| HSL | 268.83º | 1% | 0.55% | - |
| HSV(B) | 268.83º | 0.91% | 1% | - |
| XYZ | 28.37 | 13.02 | 95.63 | - |
| YUV | 83.52 | 224.77 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 255 | 0.47 | 0.91 | 0 | 0 | 268.83 | 1 | 0.55 |
| Hex | 87 | 18 | FF | 2F | 5B | 0 | 0 | 10D | 64 | 37 |
| Octal | 207 | 30 | 377 | 57 | 133 | 0 | 0 | 415 | 144 | 67 |
| Binary | 10000111 | 11000 | 11111111 | 101111 | 1011011 | 0 | 0 | 100001101 | 1100100 | 110111 |
Color Harmonies of #8718FF
Complementary color
Monochromatic Colors of #8718FF
Black with #8718FF
Text Example
Text Example
White with #8718FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8718FF; }
p { color: rgb(135,24,255); }
H1.HeaderClassName
{
color: #8718FF;
}
.AnyTagClassName
{
color: #8718FF;
}
</style>
background-color css
<style>
a { background-color: #8718FF; }
a { background-color: rgb(135,24,255); }
div.DivClassName
{
background-color: #8718FF;
}
.BgClassName
{
background-color: #8718FF;
}
</style>
border-color css
<style>
span { border-color: #8718FF; }
span { border-color: rgb(135,24,255); }
td.TdClassName
{
border-color: #8718FF;
}
.TagClassName
{
border-color: #8718FF;
}
</style>