Shades of Blue Violet #8716E6
Tints of Blue Violet #8716E6
RGB
CMYK
RGB Variations
Color information
#8716E6 (or 0x8716E6) is known color: Blue Violet. HEX triplet: 87, 16 and E6. RGB value is (135,22,230). Sum of RGB (Red+Green+Blue) = 135+22+230=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 230 (90.23% from 255 or 59.43% from 387); Max value from RGB is 230 - color contains mainly: blue. Hex color #8716E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8716E6 is #78E919. Grayscale: #4E4E4E. Windows color (decimal): -7923994 or 15079047. OLE color: 15079047.
HSL color Cylindrical-coordinate representation of color #8716E6: hue angle of 272.6º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8716E6 is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 22 | 230 | - |
| CMYK | 0.41 | 0.90 | 0 | 0.10 |
| HSL | 272.6º | 0.83% | 0.49% | - |
| HSV(B) | 272.6º | 0.9% | 0.9% | - |
| XYZ | 24.56 | 11.44 | 75.78 | - |
| YUV | 79.5 | 212.94 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 230 | 0.41 | 0.90 | 0 | 0.10 | 272.6 | 0.83 | 0.49 |
| Hex | 87 | 16 | E6 | 29 | 5A | 0 | A | 111 | 53 | 31 |
| Octal | 207 | 26 | 346 | 51 | 132 | 0 | 12 | 421 | 123 | 61 |
| Binary | 10000111 | 10110 | 11100110 | 101001 | 1011010 | 0 | 1010 | 100010001 | 1010011 | 110001 |
Color Harmonies of #8716E6
Complementary color
Monochromatic Colors of #8716E6
Black with #8716E6
Text Example
Text Example
White with #8716E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8716E6; }
p { color: rgb(135,22,230); }
H1.HeaderClassName
{
color: #8716E6;
}
.AnyTagClassName
{
color: #8716E6;
}
</style>
background-color css
<style>
a { background-color: #8716E6; }
a { background-color: rgb(135,22,230); }
div.DivClassName
{
background-color: #8716E6;
}
.BgClassName
{
background-color: #8716E6;
}
</style>
border-color css
<style>
span { border-color: #8716E6; }
span { border-color: rgb(135,22,230); }
td.TdClassName
{
border-color: #8716E6;
}
.TagClassName
{
border-color: #8716E6;
}
</style>