Shades of Dark Violet #8601BA
Tints of Dark Violet #8601BA
RGB
CMYK
RGB Variations
Color information
#8601BA (or 0x8601BA) is known color: Dark Violet. HEX triplet: 86, 01 and BA. RGB value is (134,1,186). Sum of RGB (Red+Green+Blue) = 134+1+186=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #8601BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8601BA is #79FE45. Grayscale: #3D3D3D. Windows color (decimal): -7994950 or 12190086. OLE color: 12190086.
HSL color Cylindrical-coordinate representation of color #8601BA: hue angle of 283.14º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8601BA is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 1 | 186 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.27 |
| HSL | 283.14º | 0.99% | 0.37% | - |
| HSV(B) | 283.14º | 0.99% | 0.73% | - |
| XYZ | 18.71 | 8.64 | 47.14 | - |
| YUV | 61.86 | 198.06 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 1 | 186 | 0.28 | 0.99 | 0 | 0.27 | 283.14 | 0.99 | 0.37 |
| Hex | 86 | 1 | BA | 1C | 63 | 0 | 1B | 11B | 63 | 25 |
| Octal | 206 | 1 | 272 | 34 | 143 | 0 | 33 | 433 | 143 | 45 |
| Binary | 10000110 | 1 | 10111010 | 11100 | 1100011 | 0 | 11011 | 100011011 | 1100011 | 100101 |
Color Harmonies of #8601BA
Complementary color
Monochromatic Colors of #8601BA
Black with #8601BA
Text Example
Text Example
White with #8601BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8601BA; }
p { color: rgb(134,1,186); }
H1.HeaderClassName
{
color: #8601BA;
}
.AnyTagClassName
{
color: #8601BA;
}
</style>
background-color css
<style>
a { background-color: #8601BA; }
a { background-color: rgb(134,1,186); }
div.DivClassName
{
background-color: #8601BA;
}
.BgClassName
{
background-color: #8601BA;
}
</style>
border-color css
<style>
span { border-color: #8601BA; }
span { border-color: rgb(134,1,186); }
td.TdClassName
{
border-color: #8601BA;
}
.TagClassName
{
border-color: #8601BA;
}
</style>