Shades of Dark Violet #8607DC
Tints of Dark Violet #8607DC
RGB
CMYK
RGB Variations
Color information
#8607DC (or 0x8607DC) is known color: Dark Violet. HEX triplet: 86, 07 and DC. RGB value is (134,7,220). Sum of RGB (Red+Green+Blue) = 134+7+220=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #8607DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8607DC is #79F823. Grayscale: #444444. Windows color (decimal): -7993380 or 14419846. OLE color: 14419846.
HSL color Cylindrical-coordinate representation of color #8607DC: hue angle of 275.77º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8607DC is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 7 | 220 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.14 |
| HSL | 275.77º | 0.94% | 0.45% | - |
| HSV(B) | 275.77º | 0.97% | 0.86% | - |
| XYZ | 22.83 | 10.39 | 68.51 | - |
| YUV | 69.26 | 213.08 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 220 | 0.39 | 0.97 | 0 | 0.14 | 275.77 | 0.94 | 0.45 |
| Hex | 86 | 7 | DC | 27 | 61 | 0 | E | 114 | 5E | 2D |
| Octal | 206 | 7 | 334 | 47 | 141 | 0 | 16 | 424 | 136 | 55 |
| Binary | 10000110 | 111 | 11011100 | 100111 | 1100001 | 0 | 1110 | 100010100 | 1011110 | 101101 |
Color Harmonies of #8607DC
Complementary color
Monochromatic Colors of #8607DC
Black with #8607DC
Text Example
Text Example
White with #8607DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8607DC; }
p { color: rgb(134,7,220); }
H1.HeaderClassName
{
color: #8607DC;
}
.AnyTagClassName
{
color: #8607DC;
}
</style>
background-color css
<style>
a { background-color: #8607DC; }
a { background-color: rgb(134,7,220); }
div.DivClassName
{
background-color: #8607DC;
}
.BgClassName
{
background-color: #8607DC;
}
</style>
border-color css
<style>
span { border-color: #8607DC; }
span { border-color: rgb(134,7,220); }
td.TdClassName
{
border-color: #8607DC;
}
.TagClassName
{
border-color: #8607DC;
}
</style>