Shades of Dark Violet #8913BD
Tints of Dark Violet #8913BD
RGB
CMYK
RGB Variations
Color information
#8913BD (or 0x8913BD) is known color: Dark Violet. HEX triplet: 89, 13 and BD. RGB value is (137,19,189). Sum of RGB (Red+Green+Blue) = 137+19+189=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #8913BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8913BD is #76EC42. Grayscale: #494949. Windows color (decimal): -7793731 or 12391305. OLE color: 12391305.
HSL color Cylindrical-coordinate representation of color #8913BD: hue angle of 281.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8913BD is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 19 | 189 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.26 |
| HSL | 281.65º | 0.82% | 0.41% | - |
| HSV(B) | 281.65º | 0.9% | 0.74% | - |
| XYZ | 19.73 | 9.46 | 48.93 | - |
| YUV | 73.66 | 193.09 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 189 | 0.28 | 0.90 | 0 | 0.26 | 281.65 | 0.82 | 0.41 |
| Hex | 89 | 13 | BD | 1C | 5A | 0 | 1A | 11A | 52 | 29 |
| Octal | 211 | 23 | 275 | 34 | 132 | 0 | 32 | 432 | 122 | 51 |
| Binary | 10001001 | 10011 | 10111101 | 11100 | 1011010 | 0 | 11010 | 100011010 | 1010010 | 101001 |
Color Harmonies of #8913BD
Complementary color
Monochromatic Colors of #8913BD
Black with #8913BD
Text Example
Text Example
White with #8913BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8913BD; }
p { color: rgb(137,19,189); }
H1.HeaderClassName
{
color: #8913BD;
}
.AnyTagClassName
{
color: #8913BD;
}
</style>
background-color css
<style>
a { background-color: #8913BD; }
a { background-color: rgb(137,19,189); }
div.DivClassName
{
background-color: #8913BD;
}
.BgClassName
{
background-color: #8913BD;
}
</style>
border-color css
<style>
span { border-color: #8913BD; }
span { border-color: rgb(137,19,189); }
td.TdClassName
{
border-color: #8913BD;
}
.TagClassName
{
border-color: #8913BD;
}
</style>