Shades of Blue Violet #8616DF
Tints of Blue Violet #8616DF
RGB
CMYK
RGB Variations
Color information
#8616DF (or 0x8616DF) is known color: Blue Violet. HEX triplet: 86, 16 and DF. RGB value is (134,22,223). Sum of RGB (Red+Green+Blue) = 134+22+223=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #8616DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8616DF is #79E920. Grayscale: #4D4D4D. Windows color (decimal): -7989537 or 14620294. OLE color: 14620294.
HSL color Cylindrical-coordinate representation of color #8616DF: hue angle of 273.43º 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 #8616DF is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 22 | 223 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.13 |
| HSL | 273.43º | 0.82% | 0.48% | - |
| HSV(B) | 273.43º | 0.9% | 0.87% | - |
| XYZ | 23.44 | 10.97 | 70.69 | - |
| YUV | 78.4 | 209.61 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 223 | 0.40 | 0.90 | 0 | 0.13 | 273.43 | 0.82 | 0.48 |
| Hex | 86 | 16 | DF | 28 | 5A | 0 | D | 111 | 52 | 30 |
| Octal | 206 | 26 | 337 | 50 | 132 | 0 | 15 | 421 | 122 | 60 |
| Binary | 10000110 | 10110 | 11011111 | 101000 | 1011010 | 0 | 1101 | 100010001 | 1010010 | 110000 |
Color Harmonies of #8616DF
Complementary color
Monochromatic Colors of #8616DF
Black with #8616DF
Text Example
Text Example
White with #8616DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8616DF; }
p { color: rgb(134,22,223); }
H1.HeaderClassName
{
color: #8616DF;
}
.AnyTagClassName
{
color: #8616DF;
}
</style>
background-color css
<style>
a { background-color: #8616DF; }
a { background-color: rgb(134,22,223); }
div.DivClassName
{
background-color: #8616DF;
}
.BgClassName
{
background-color: #8616DF;
}
</style>
border-color css
<style>
span { border-color: #8616DF; }
span { border-color: rgb(134,22,223); }
td.TdClassName
{
border-color: #8616DF;
}
.TagClassName
{
border-color: #8616DF;
}
</style>