Shades of Blue Violet #8719FE
Tints of Blue Violet #8719FE
RGB
CMYK
RGB Variations
Color information
#8719FE (or 0x8719FE) is known color: Blue Violet. HEX triplet: 87, 19 and FE. RGB value is (135,25,254). Sum of RGB (Red+Green+Blue) = 135+25+254=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #8719FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8719FE is #78E601. Grayscale: #535353. Windows color (decimal): -7923202 or 16652679. OLE color: 16652679.
HSL color Cylindrical-coordinate representation of color #8719FE: hue angle of 268.82º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8719FE is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 25 | 254 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.00 |
| HSL | 268.82º | 0.99% | 0.55% | - |
| HSV(B) | 268.82º | 0.9% | 1% | - |
| XYZ | 28.23 | 13 | 94.79 | - |
| YUV | 84 | 223.94 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 254 | 0.47 | 0.90 | 0 | 0.00 | 268.82 | 0.99 | 0.55 |
| Hex | 87 | 19 | FE | 2F | 5A | 0 | 0 | 10D | 63 | 37 |
| Octal | 207 | 31 | 376 | 57 | 132 | 0 | 0 | 415 | 143 | 67 |
| Binary | 10000111 | 11001 | 11111110 | 101111 | 1011010 | 0 | 0 | 100001101 | 1100011 | 110111 |
Color Harmonies of #8719FE
Complementary color
Monochromatic Colors of #8719FE
Black with #8719FE
Text Example
Text Example
White with #8719FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8719FE; }
p { color: rgb(135,25,254); }
H1.HeaderClassName
{
color: #8719FE;
}
.AnyTagClassName
{
color: #8719FE;
}
</style>
background-color css
<style>
a { background-color: #8719FE; }
a { background-color: rgb(135,25,254); }
div.DivClassName
{
background-color: #8719FE;
}
.BgClassName
{
background-color: #8719FE;
}
</style>
border-color css
<style>
span { border-color: #8719FE; }
span { border-color: rgb(135,25,254); }
td.TdClassName
{
border-color: #8719FE;
}
.TagClassName
{
border-color: #8719FE;
}
</style>