Shades of Dark Violet #8601C9
Tints of Dark Violet #8601C9
RGB
CMYK
RGB Variations
Color information
#8601C9 (or 0x8601C9) is known color: Dark Violet. HEX triplet: 86, 01 and C9. RGB value is (134,1,201). Sum of RGB (Red+Green+Blue) = 134+1+201=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 201 (78.91% from 255 or 59.82% from 336); Max value from RGB is 201 - color contains mainly: blue. Hex color #8601C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8601C9 is #79FE36. Grayscale: #3E3E3E. Windows color (decimal): -7994935 or 13173126. OLE color: 13173126.
HSL color Cylindrical-coordinate representation of color #8601C9: hue angle of 279.9º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8601C9 is Cyan = 0.33, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 1 | 201 | - |
| CMYK | 0.33 | 1.00 | 0 | 0.21 |
| HSL | 279.9º | 0.99% | 0.4% | - |
| HSV(B) | 279.9º | 1% | 0.79% | - |
| XYZ | 20.38 | 9.31 | 55.98 | - |
| YUV | 63.57 | 205.56 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 201 | 0.33 | 1.00 | 0 | 0.21 | 279.9 | 0.99 | 0.4 |
| Hex | 86 | 1 | C9 | 21 | 64 | 0 | 15 | 118 | 63 | 28 |
| Octal | 206 | 1 | 311 | 41 | 144 | 0 | 25 | 430 | 143 | 50 |
| Binary | 10000110 | 1 | 11001001 | 100001 | 1100100 | 0 | 10101 | 100011000 | 1100011 | 101000 |
Color Harmonies of #8601C9
Complementary color
Monochromatic Colors of #8601C9
Black with #8601C9
Text Example
Text Example
White with #8601C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8601C9; }
p { color: rgb(134,1,201); }
H1.HeaderClassName
{
color: #8601C9;
}
.AnyTagClassName
{
color: #8601C9;
}
</style>
background-color css
<style>
a { background-color: #8601C9; }
a { background-color: rgb(134,1,201); }
div.DivClassName
{
background-color: #8601C9;
}
.BgClassName
{
background-color: #8601C9;
}
</style>
border-color css
<style>
span { border-color: #8601C9; }
span { border-color: rgb(134,1,201); }
td.TdClassName
{
border-color: #8601C9;
}
.TagClassName
{
border-color: #8601C9;
}
</style>