Shades of Dark Violet #8601DC
Tints of Dark Violet #8601DC
RGB
CMYK
RGB Variations
Color information
#8601DC (or 0x8601DC) is known color: Dark Violet. HEX triplet: 86, 01 and DC. RGB value is (134,1,220). Sum of RGB (Red+Green+Blue) = 134+1+220=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #8601DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8601DC is #79FE23. Grayscale: #404040. Windows color (decimal): -7994916 or 14418310. OLE color: 14418310.
HSL color Cylindrical-coordinate representation of color #8601DC: hue angle of 276.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8601DC is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 1 | 220 | - |
| CMYK | 0.39 | 1.00 | 0 | 0.14 |
| HSL | 276.44º | 0.99% | 0.43% | - |
| HSV(B) | 276.44º | 1% | 0.86% | - |
| XYZ | 22.76 | 10.26 | 68.49 | - |
| YUV | 65.73 | 215.06 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 220 | 0.39 | 1.00 | 0 | 0.14 | 276.44 | 0.99 | 0.43 |
| Hex | 86 | 1 | DC | 27 | 64 | 0 | E | 114 | 63 | 2B |
| Octal | 206 | 1 | 334 | 47 | 144 | 0 | 16 | 424 | 143 | 53 |
| Binary | 10000110 | 1 | 11011100 | 100111 | 1100100 | 0 | 1110 | 100010100 | 1100011 | 101011 |
Color Harmonies of #8601DC
Complementary color
Monochromatic Colors of #8601DC
Black with #8601DC
Text Example
Text Example
White with #8601DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8601DC; }
p { color: rgb(134,1,220); }
H1.HeaderClassName
{
color: #8601DC;
}
.AnyTagClassName
{
color: #8601DC;
}
</style>
background-color css
<style>
a { background-color: #8601DC; }
a { background-color: rgb(134,1,220); }
div.DivClassName
{
background-color: #8601DC;
}
.BgClassName
{
background-color: #8601DC;
}
</style>
border-color css
<style>
span { border-color: #8601DC; }
span { border-color: rgb(134,1,220); }
td.TdClassName
{
border-color: #8601DC;
}
.TagClassName
{
border-color: #8601DC;
}
</style>