Shades of Dark Violet #8600DF
Tints of Dark Violet #8600DF
RGB
CMYK
RGB Variations
Color information
#8600DF (or 0x8600DF) is known color: Dark Violet. HEX triplet: 86, 00 and DF. RGB value is (134,0,223). Sum of RGB (Red+Green+Blue) = 134+0+223=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #8600DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8600DF is #79FF20. Grayscale: #404040. Windows color (decimal): -7995169 or 14614662. OLE color: 14614662.
HSL color Cylindrical-coordinate representation of color #8600DF: hue angle of 276.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8600DF is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 0 | 223 | - |
| CMYK | 0.40 | 1 | 0 | 0.13 |
| HSL | 276.05º | 1% | 0.44% | - |
| HSV(B) | 276.05º | 1% | 0.87% | - |
| XYZ | 23.15 | 10.4 | 70.6 | - |
| YUV | 65.49 | 216.89 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 223 | 0.40 | 1 | 0 | 0.13 | 276.05 | 1 | 0.44 |
| Hex | 86 | 0 | DF | 28 | 64 | 0 | D | 114 | 64 | 2C |
| Octal | 206 | 0 | 337 | 50 | 144 | 0 | 15 | 424 | 144 | 54 |
| Binary | 10000110 | 0 | 11011111 | 101000 | 1100100 | 0 | 1101 | 100010100 | 1100100 | 101100 |
Color Harmonies of #8600DF
Complementary color
Monochromatic Colors of #8600DF
Black with #8600DF
Text Example
Text Example
White with #8600DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8600DF; }
p { color: rgb(134,0,223); }
H1.HeaderClassName
{
color: #8600DF;
}
.AnyTagClassName
{
color: #8600DF;
}
</style>
background-color css
<style>
a { background-color: #8600DF; }
a { background-color: rgb(134,0,223); }
div.DivClassName
{
background-color: #8600DF;
}
.BgClassName
{
background-color: #8600DF;
}
</style>
border-color css
<style>
span { border-color: #8600DF; }
span { border-color: rgb(134,0,223); }
td.TdClassName
{
border-color: #8600DF;
}
.TagClassName
{
border-color: #8600DF;
}
</style>