Shades of Blue Violet #8719FF
Tints of Blue Violet #8719FF
RGB
CMYK
RGB Variations
Color information
#8719FF (or 0x8719FF) is known color: Blue Violet. HEX triplet: 87, 19 and FF. RGB value is (135,25,255). Sum of RGB (Red+Green+Blue) = 135+25+255=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #8719FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8719FF is #78E600. Grayscale: #535353. Windows color (decimal): -7923201 or 16718215. OLE color: 16718215.
HSL color Cylindrical-coordinate representation of color #8719FF: hue angle of 268.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8719FF is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 25 | 255 | - |
| CMYK | 0.47 | 0.90 | 0 | 0 |
| HSL | 268.7º | 1% | 0.55% | - |
| HSV(B) | 268.7º | 0.9% | 1% | - |
| XYZ | 28.39 | 13.07 | 95.63 | - |
| YUV | 84.11 | 224.44 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 255 | 0.47 | 0.90 | 0 | 0 | 268.7 | 1 | 0.55 |
| Hex | 87 | 19 | FF | 2F | 5A | 0 | 0 | 10D | 64 | 37 |
| Octal | 207 | 31 | 377 | 57 | 132 | 0 | 0 | 415 | 144 | 67 |
| Binary | 10000111 | 11001 | 11111111 | 101111 | 1011010 | 0 | 0 | 100001101 | 1100100 | 110111 |
Color Harmonies of #8719FF
Complementary color
Monochromatic Colors of #8719FF
Black with #8719FF
Text Example
Text Example
White with #8719FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8719FF; }
p { color: rgb(135,25,255); }
H1.HeaderClassName
{
color: #8719FF;
}
.AnyTagClassName
{
color: #8719FF;
}
</style>
background-color css
<style>
a { background-color: #8719FF; }
a { background-color: rgb(135,25,255); }
div.DivClassName
{
background-color: #8719FF;
}
.BgClassName
{
background-color: #8719FF;
}
</style>
border-color css
<style>
span { border-color: #8719FF; }
span { border-color: rgb(135,25,255); }
td.TdClassName
{
border-color: #8719FF;
}
.TagClassName
{
border-color: #8719FF;
}
</style>