Shades of Dark Violet #8601CC
Tints of Dark Violet #8601CC
RGB
CMYK
RGB Variations
Color information
#8601CC (or 0x8601CC) is known color: Dark Violet. HEX triplet: 86, 01 and CC. RGB value is (134,1,204). Sum of RGB (Red+Green+Blue) = 134+1+204=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #8601CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8601CC is #79FE33. Grayscale: #3F3F3F. Windows color (decimal): -7994932 or 13369734. OLE color: 13369734.
HSL color Cylindrical-coordinate representation of color #8601CC: hue angle of 279.31º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8601CC is Cyan = 0.34, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 1 | 204 | - |
| CMYK | 0.34 | 1.00 | 0 | 0.2 |
| HSL | 279.31º | 0.99% | 0.4% | - |
| HSV(B) | 279.31º | 1% | 0.8% | - |
| XYZ | 20.74 | 9.45 | 57.86 | - |
| YUV | 63.91 | 207.06 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 204 | 0.34 | 1.00 | 0 | 0.2 | 279.31 | 0.99 | 0.4 |
| Hex | 86 | 1 | CC | 22 | 64 | 0 | 14 | 117 | 63 | 28 |
| Octal | 206 | 1 | 314 | 42 | 144 | 0 | 24 | 427 | 143 | 50 |
| Binary | 10000110 | 1 | 11001100 | 100010 | 1100100 | 0 | 10100 | 100010111 | 1100011 | 101000 |
Color Harmonies of #8601CC
Complementary color
Monochromatic Colors of #8601CC
Black with #8601CC
Text Example
Text Example
White with #8601CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8601CC; }
p { color: rgb(134,1,204); }
H1.HeaderClassName
{
color: #8601CC;
}
.AnyTagClassName
{
color: #8601CC;
}
</style>
background-color css
<style>
a { background-color: #8601CC; }
a { background-color: rgb(134,1,204); }
div.DivClassName
{
background-color: #8601CC;
}
.BgClassName
{
background-color: #8601CC;
}
</style>
border-color css
<style>
span { border-color: #8601CC; }
span { border-color: rgb(134,1,204); }
td.TdClassName
{
border-color: #8601CC;
}
.TagClassName
{
border-color: #8601CC;
}
</style>