Shades of Blue Violet #8719EC
Tints of Blue Violet #8719EC
RGB
CMYK
RGB Variations
Color information
#8719EC (or 0x8719EC) is known color: Blue Violet. HEX triplet: 87, 19 and EC. RGB value is (135,25,236). Sum of RGB (Red+Green+Blue) = 135+25+236=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #8719EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8719EC is #78E613. Grayscale: #515151. Windows color (decimal): -7923220 or 15473031. OLE color: 15473031.
HSL color Cylindrical-coordinate representation of color #8719EC: hue angle of 271.28º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8719EC is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 25 | 236 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.07 |
| HSL | 271.28º | 0.85% | 0.51% | - |
| HSV(B) | 271.28º | 0.89% | 0.93% | - |
| XYZ | 25.48 | 11.9 | 80.31 | - |
| YUV | 81.94 | 214.94 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 236 | 0.43 | 0.89 | 0 | 0.07 | 271.28 | 0.85 | 0.51 |
| Hex | 87 | 19 | EC | 2B | 59 | 0 | 7 | 10F | 55 | 33 |
| Octal | 207 | 31 | 354 | 53 | 131 | 0 | 7 | 417 | 125 | 63 |
| Binary | 10000111 | 11001 | 11101100 | 101011 | 1011001 | 0 | 111 | 100001111 | 1010101 | 110011 |
Color Harmonies of #8719EC
Complementary color
Monochromatic Colors of #8719EC
Black with #8719EC
Text Example
Text Example
White with #8719EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8719EC; }
p { color: rgb(135,25,236); }
H1.HeaderClassName
{
color: #8719EC;
}
.AnyTagClassName
{
color: #8719EC;
}
</style>
background-color css
<style>
a { background-color: #8719EC; }
a { background-color: rgb(135,25,236); }
div.DivClassName
{
background-color: #8719EC;
}
.BgClassName
{
background-color: #8719EC;
}
</style>
border-color css
<style>
span { border-color: #8719EC; }
span { border-color: rgb(135,25,236); }
td.TdClassName
{
border-color: #8719EC;
}
.TagClassName
{
border-color: #8719EC;
}
</style>