Shades of Dark Violet #8610AF
Tints of Dark Violet #8610AF
RGB
CMYK
RGB Variations
Color information
#8610AF (or 0x8610AF) is known color: Dark Violet. HEX triplet: 86, 10 and AF. RGB value is (134,16,175). Sum of RGB (Red+Green+Blue) = 134+16+175=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #8610AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8610AF is #79EF50. Grayscale: #444444. Windows color (decimal): -7991121 or 11473030. OLE color: 11473030.
HSL color Cylindrical-coordinate representation of color #8610AF: hue angle of 284.53º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8610AF is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 16 | 175 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.31 |
| HSL | 284.53º | 0.83% | 0.37% | - |
| HSV(B) | 284.53º | 0.91% | 0.69% | - |
| XYZ | 17.75 | 8.53 | 41.27 | - |
| YUV | 69.41 | 187.59 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 175 | 0.23 | 0.91 | 0 | 0.31 | 284.53 | 0.83 | 0.37 |
| Hex | 86 | 10 | AF | 17 | 5B | 0 | 1F | 11D | 53 | 25 |
| Octal | 206 | 20 | 257 | 27 | 133 | 0 | 37 | 435 | 123 | 45 |
| Binary | 10000110 | 10000 | 10101111 | 10111 | 1011011 | 0 | 11111 | 100011101 | 1010011 | 100101 |
Color Harmonies of #8610AF
Complementary color
Monochromatic Colors of #8610AF
Black with #8610AF
Text Example
Text Example
White with #8610AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8610AF; }
p { color: rgb(134,16,175); }
H1.HeaderClassName
{
color: #8610AF;
}
.AnyTagClassName
{
color: #8610AF;
}
</style>
background-color css
<style>
a { background-color: #8610AF; }
a { background-color: rgb(134,16,175); }
div.DivClassName
{
background-color: #8610AF;
}
.BgClassName
{
background-color: #8610AF;
}
</style>
border-color css
<style>
span { border-color: #8610AF; }
span { border-color: rgb(134,16,175); }
td.TdClassName
{
border-color: #8610AF;
}
.TagClassName
{
border-color: #8610AF;
}
</style>