Shades of Dark Violet #8915BA
Tints of Dark Violet #8915BA
RGB
CMYK
RGB Variations
Color information
#8915BA (or 0x8915BA) is known color: Dark Violet. HEX triplet: 89, 15 and BA. RGB value is (137,21,186). Sum of RGB (Red+Green+Blue) = 137+21+186=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #8915BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8915BA is #76EA45. Grayscale: #494949. Windows color (decimal): -7793222 or 12195209. OLE color: 12195209.
HSL color Cylindrical-coordinate representation of color #8915BA: hue angle of 282.18º 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 #8915BA is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 21 | 186 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.27 |
| HSL | 282.18º | 0.8% | 0.41% | - |
| HSV(B) | 282.18º | 0.89% | 0.73% | - |
| XYZ | 19.45 | 9.4 | 47.24 | - |
| YUV | 74.49 | 190.93 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 21 | 186 | 0.26 | 0.89 | 0 | 0.27 | 282.18 | 0.8 | 0.41 |
| Hex | 89 | 15 | BA | 1A | 59 | 0 | 1B | 11A | 50 | 29 |
| Octal | 211 | 25 | 272 | 32 | 131 | 0 | 33 | 432 | 120 | 51 |
| Binary | 10001001 | 10101 | 10111010 | 11010 | 1011001 | 0 | 11011 | 100011010 | 1010000 | 101001 |
Color Harmonies of #8915BA
Complementary color
Monochromatic Colors of #8915BA
Black with #8915BA
Text Example
Text Example
White with #8915BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8915BA; }
p { color: rgb(137,21,186); }
H1.HeaderClassName
{
color: #8915BA;
}
.AnyTagClassName
{
color: #8915BA;
}
</style>
background-color css
<style>
a { background-color: #8915BA; }
a { background-color: rgb(137,21,186); }
div.DivClassName
{
background-color: #8915BA;
}
.BgClassName
{
background-color: #8915BA;
}
</style>
border-color css
<style>
span { border-color: #8915BA; }
span { border-color: rgb(137,21,186); }
td.TdClassName
{
border-color: #8915BA;
}
.TagClassName
{
border-color: #8915BA;
}
</style>