Shades of Dark Violet #8913BA
Tints of Dark Violet #8913BA
RGB
CMYK
RGB Variations
Color information
#8913BA (or 0x8913BA) is known color: Dark Violet. HEX triplet: 89, 13 and BA. RGB value is (137,19,186). Sum of RGB (Red+Green+Blue) = 137+19+186=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #8913BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8913BA is #76EC45. Grayscale: #484848. Windows color (decimal): -7793734 or 12194697. OLE color: 12194697.
HSL color Cylindrical-coordinate representation of color #8913BA: hue angle of 282.4º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8913BA is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 19 | 186 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.27 |
| HSL | 282.4º | 0.81% | 0.4% | - |
| HSV(B) | 282.4º | 0.9% | 0.73% | - |
| XYZ | 19.41 | 9.33 | 47.23 | - |
| YUV | 73.32 | 191.59 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 186 | 0.26 | 0.90 | 0 | 0.27 | 282.4 | 0.81 | 0.4 |
| Hex | 89 | 13 | BA | 1A | 5A | 0 | 1B | 11A | 51 | 28 |
| Octal | 211 | 23 | 272 | 32 | 132 | 0 | 33 | 432 | 121 | 50 |
| Binary | 10001001 | 10011 | 10111010 | 11010 | 1011010 | 0 | 11011 | 100011010 | 1010001 | 101000 |
Color Harmonies of #8913BA
Complementary color
Monochromatic Colors of #8913BA
Black with #8913BA
Text Example
Text Example
White with #8913BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8913BA; }
p { color: rgb(137,19,186); }
H1.HeaderClassName
{
color: #8913BA;
}
.AnyTagClassName
{
color: #8913BA;
}
</style>
background-color css
<style>
a { background-color: #8913BA; }
a { background-color: rgb(137,19,186); }
div.DivClassName
{
background-color: #8913BA;
}
.BgClassName
{
background-color: #8913BA;
}
</style>
border-color css
<style>
span { border-color: #8913BA; }
span { border-color: rgb(137,19,186); }
td.TdClassName
{
border-color: #8913BA;
}
.TagClassName
{
border-color: #8913BA;
}
</style>