Shades of Dark Violet #8913BF
Tints of Dark Violet #8913BF
RGB
CMYK
RGB Variations
Color information
#8913BF (or 0x8913BF) is known color: Dark Violet. HEX triplet: 89, 13 and BF. RGB value is (137,19,191). Sum of RGB (Red+Green+Blue) = 137+19+191=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #8913BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8913BF is #76EC40. Grayscale: #494949. Windows color (decimal): -7793729 or 12522377. OLE color: 12522377.
HSL color Cylindrical-coordinate representation of color #8913BF: hue angle of 281.16º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8913BF is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 19 | 191 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.25 |
| HSL | 281.16º | 0.82% | 0.41% | - |
| HSV(B) | 281.16º | 0.9% | 0.75% | - |
| XYZ | 19.95 | 9.55 | 50.08 | - |
| YUV | 73.89 | 194.09 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 191 | 0.28 | 0.90 | 0 | 0.25 | 281.16 | 0.82 | 0.41 |
| Hex | 89 | 13 | BF | 1C | 5A | 0 | 19 | 119 | 52 | 29 |
| Octal | 211 | 23 | 277 | 34 | 132 | 0 | 31 | 431 | 122 | 51 |
| Binary | 10001001 | 10011 | 10111111 | 11100 | 1011010 | 0 | 11001 | 100011001 | 1010010 | 101001 |
Color Harmonies of #8913BF
Complementary color
Monochromatic Colors of #8913BF
Black with #8913BF
Text Example
Text Example
White with #8913BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8913BF; }
p { color: rgb(137,19,191); }
H1.HeaderClassName
{
color: #8913BF;
}
.AnyTagClassName
{
color: #8913BF;
}
</style>
background-color css
<style>
a { background-color: #8913BF; }
a { background-color: rgb(137,19,191); }
div.DivClassName
{
background-color: #8913BF;
}
.BgClassName
{
background-color: #8913BF;
}
</style>
border-color css
<style>
span { border-color: #8913BF; }
span { border-color: rgb(137,19,191); }
td.TdClassName
{
border-color: #8913BF;
}
.TagClassName
{
border-color: #8913BF;
}
</style>