Shades of Blue Violet #8616DD
Tints of Blue Violet #8616DD
RGB
CMYK
RGB Variations
Color information
#8616DD (or 0x8616DD) is known color: Blue Violet. HEX triplet: 86, 16 and DD. RGB value is (134,22,221). Sum of RGB (Red+Green+Blue) = 134+22+221=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #8616DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8616DD is #79E922. Grayscale: #4D4D4D. Windows color (decimal): -7989539 or 14489222. OLE color: 14489222.
HSL color Cylindrical-coordinate representation of color #8616DD: hue angle of 273.77º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8616DD is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 22 | 221 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.13 |
| HSL | 273.77º | 0.82% | 0.48% | - |
| HSV(B) | 273.77º | 0.9% | 0.87% | - |
| XYZ | 23.17 | 10.86 | 69.28 | - |
| YUV | 78.17 | 208.61 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 221 | 0.39 | 0.90 | 0 | 0.13 | 273.77 | 0.82 | 0.48 |
| Hex | 86 | 16 | DD | 27 | 5A | 0 | D | 112 | 52 | 30 |
| Octal | 206 | 26 | 335 | 47 | 132 | 0 | 15 | 422 | 122 | 60 |
| Binary | 10000110 | 10110 | 11011101 | 100111 | 1011010 | 0 | 1101 | 100010010 | 1010010 | 110000 |
Color Harmonies of #8616DD
Complementary color
Monochromatic Colors of #8616DD
Black with #8616DD
Text Example
Text Example
White with #8616DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8616DD; }
p { color: rgb(134,22,221); }
H1.HeaderClassName
{
color: #8616DD;
}
.AnyTagClassName
{
color: #8616DD;
}
</style>
background-color css
<style>
a { background-color: #8616DD; }
a { background-color: rgb(134,22,221); }
div.DivClassName
{
background-color: #8616DD;
}
.BgClassName
{
background-color: #8616DD;
}
</style>
border-color css
<style>
span { border-color: #8616DD; }
span { border-color: rgb(134,22,221); }
td.TdClassName
{
border-color: #8616DD;
}
.TagClassName
{
border-color: #8616DD;
}
</style>