Shades of Blue Violet #8719EE
Tints of Blue Violet #8719EE
RGB
CMYK
RGB Variations
Color information
#8719EE (or 0x8719EE) is known color: Blue Violet. HEX triplet: 87, 19 and EE. RGB value is (135,25,238). Sum of RGB (Red+Green+Blue) = 135+25+238=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #8719EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8719EE is #78E611. Grayscale: #515151. Windows color (decimal): -7923218 or 15604103. OLE color: 15604103.
HSL color Cylindrical-coordinate representation of color #8719EE: hue angle of 270.99º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8719EE is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 25 | 238 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.07 |
| HSL | 270.99º | 0.86% | 0.52% | - |
| HSV(B) | 270.99º | 0.89% | 0.93% | - |
| XYZ | 25.77 | 12.02 | 81.85 | - |
| YUV | 82.17 | 215.94 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 238 | 0.43 | 0.89 | 0 | 0.07 | 270.99 | 0.86 | 0.52 |
| Hex | 87 | 19 | EE | 2B | 59 | 0 | 7 | 10F | 56 | 34 |
| Octal | 207 | 31 | 356 | 53 | 131 | 0 | 7 | 417 | 126 | 64 |
| Binary | 10000111 | 11001 | 11101110 | 101011 | 1011001 | 0 | 111 | 100001111 | 1010110 | 110100 |
Color Harmonies of #8719EE
Complementary color
Monochromatic Colors of #8719EE
Black with #8719EE
Text Example
Text Example
White with #8719EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8719EE; }
p { color: rgb(135,25,238); }
H1.HeaderClassName
{
color: #8719EE;
}
.AnyTagClassName
{
color: #8719EE;
}
</style>
background-color css
<style>
a { background-color: #8719EE; }
a { background-color: rgb(135,25,238); }
div.DivClassName
{
background-color: #8719EE;
}
.BgClassName
{
background-color: #8719EE;
}
</style>
border-color css
<style>
span { border-color: #8719EE; }
span { border-color: rgb(135,25,238); }
td.TdClassName
{
border-color: #8719EE;
}
.TagClassName
{
border-color: #8719EE;
}
</style>