Shades of Dark Violet #8601AF
Tints of Dark Violet #8601AF
RGB
CMYK
RGB Variations
Color information
#8601AF (or 0x8601AF) is known color: Dark Violet. HEX triplet: 86, 01 and AF. RGB value is (134,1,175). Sum of RGB (Red+Green+Blue) = 134+1+175=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #8601AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8601AF is #79FE50. Grayscale: #3C3C3C. Windows color (decimal): -7994961 or 11469190. OLE color: 11469190.
HSL color Cylindrical-coordinate representation of color #8601AF: hue angle of 285.86º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8601AF is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 1 | 175 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.31 |
| HSL | 285.86º | 0.99% | 0.35% | - |
| HSV(B) | 285.86º | 0.99% | 0.69% | - |
| XYZ | 17.58 | 8.19 | 41.21 | - |
| YUV | 60.6 | 192.56 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 175 | 0.23 | 0.99 | 0 | 0.31 | 285.86 | 0.99 | 0.35 |
| Hex | 86 | 1 | AF | 17 | 63 | 0 | 1F | 11E | 63 | 23 |
| Octal | 206 | 1 | 257 | 27 | 143 | 0 | 37 | 436 | 143 | 43 |
| Binary | 10000110 | 1 | 10101111 | 10111 | 1100011 | 0 | 11111 | 100011110 | 1100011 | 100011 |
Color Harmonies of #8601AF
Complementary color
Monochromatic Colors of #8601AF
Black with #8601AF
Text Example
Text Example
White with #8601AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8601AF; }
p { color: rgb(134,1,175); }
H1.HeaderClassName
{
color: #8601AF;
}
.AnyTagClassName
{
color: #8601AF;
}
</style>
background-color css
<style>
a { background-color: #8601AF; }
a { background-color: rgb(134,1,175); }
div.DivClassName
{
background-color: #8601AF;
}
.BgClassName
{
background-color: #8601AF;
}
</style>
border-color css
<style>
span { border-color: #8601AF; }
span { border-color: rgb(134,1,175); }
td.TdClassName
{
border-color: #8601AF;
}
.TagClassName
{
border-color: #8601AF;
}
</style>