Shades of Dark Violet #8615BA
Tints of Dark Violet #8615BA
RGB
CMYK
RGB Variations
Color information
#8615BA (or 0x8615BA) is known color: Dark Violet. HEX triplet: 86, 15 and BA. RGB value is (134,21,186). Sum of RGB (Red+Green+Blue) = 134+21+186=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #8615BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8615BA is #79EA45. Grayscale: #494949. Windows color (decimal): -7989830 or 12195206. OLE color: 12195206.
HSL color Cylindrical-coordinate representation of color #8615BA: hue angle of 281.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8615BA is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 21 | 186 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.27 |
| HSL | 281.09º | 0.8% | 0.41% | - |
| HSV(B) | 281.09º | 0.89% | 0.73% | - |
| XYZ | 18.96 | 9.15 | 47.22 | - |
| YUV | 73.6 | 191.44 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 186 | 0.28 | 0.89 | 0 | 0.27 | 281.09 | 0.8 | 0.41 |
| Hex | 86 | 15 | BA | 1C | 59 | 0 | 1B | 119 | 50 | 29 |
| Octal | 206 | 25 | 272 | 34 | 131 | 0 | 33 | 431 | 120 | 51 |
| Binary | 10000110 | 10101 | 10111010 | 11100 | 1011001 | 0 | 11011 | 100011001 | 1010000 | 101001 |
Color Harmonies of #8615BA
Complementary color
Monochromatic Colors of #8615BA
Black with #8615BA
Text Example
Text Example
White with #8615BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8615BA; }
p { color: rgb(134,21,186); }
H1.HeaderClassName
{
color: #8615BA;
}
.AnyTagClassName
{
color: #8615BA;
}
</style>
background-color css
<style>
a { background-color: #8615BA; }
a { background-color: rgb(134,21,186); }
div.DivClassName
{
background-color: #8615BA;
}
.BgClassName
{
background-color: #8615BA;
}
</style>
border-color css
<style>
span { border-color: #8615BA; }
span { border-color: rgb(134,21,186); }
td.TdClassName
{
border-color: #8615BA;
}
.TagClassName
{
border-color: #8615BA;
}
</style>