Shades of Dark Violet #8607DF
Tints of Dark Violet #8607DF
RGB
CMYK
RGB Variations
Color information
#8607DF (or 0x8607DF) is known color: Dark Violet. HEX triplet: 86, 07 and DF. RGB value is (134,7,223). Sum of RGB (Red+Green+Blue) = 134+7+223=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #8607DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8607DF is #79F820. Grayscale: #444444. Windows color (decimal): -7993377 or 14616454. OLE color: 14616454.
HSL color Cylindrical-coordinate representation of color #8607DF: hue angle of 275.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8607DF is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 7 | 223 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.13 |
| HSL | 275.28º | 0.94% | 0.45% | - |
| HSV(B) | 275.28º | 0.97% | 0.87% | - |
| XYZ | 23.23 | 10.55 | 70.62 | - |
| YUV | 69.6 | 214.58 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 223 | 0.40 | 0.97 | 0 | 0.13 | 275.28 | 0.94 | 0.45 |
| Hex | 86 | 7 | DF | 28 | 61 | 0 | D | 113 | 5E | 2D |
| Octal | 206 | 7 | 337 | 50 | 141 | 0 | 15 | 423 | 136 | 55 |
| Binary | 10000110 | 111 | 11011111 | 101000 | 1100001 | 0 | 1101 | 100010011 | 1011110 | 101101 |
Color Harmonies of #8607DF
Complementary color
Monochromatic Colors of #8607DF
Black with #8607DF
Text Example
Text Example
White with #8607DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8607DF; }
p { color: rgb(134,7,223); }
H1.HeaderClassName
{
color: #8607DF;
}
.AnyTagClassName
{
color: #8607DF;
}
</style>
background-color css
<style>
a { background-color: #8607DF; }
a { background-color: rgb(134,7,223); }
div.DivClassName
{
background-color: #8607DF;
}
.BgClassName
{
background-color: #8607DF;
}
</style>
border-color css
<style>
span { border-color: #8607DF; }
span { border-color: rgb(134,7,223); }
td.TdClassName
{
border-color: #8607DF;
}
.TagClassName
{
border-color: #8607DF;
}
</style>