Shades of Dark Violet #8913BC
Tints of Dark Violet #8913BC
RGB
CMYK
RGB Variations
Color information
#8913BC (or 0x8913BC) is known color: Dark Violet. HEX triplet: 89, 13 and BC. RGB value is (137,19,188). Sum of RGB (Red+Green+Blue) = 137+19+188=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #8913BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8913BC is #76EC43. Grayscale: #484848. Windows color (decimal): -7793732 or 12325769. OLE color: 12325769.
HSL color Cylindrical-coordinate representation of color #8913BC: hue angle of 281.89º 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 #8913BC is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 19 | 188 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.26 |
| HSL | 281.89º | 0.82% | 0.41% | - |
| HSV(B) | 281.89º | 0.9% | 0.74% | - |
| XYZ | 19.63 | 9.41 | 48.36 | - |
| YUV | 73.55 | 192.59 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 19 | 188 | 0.27 | 0.90 | 0 | 0.26 | 281.89 | 0.82 | 0.41 |
| Hex | 89 | 13 | BC | 1B | 5A | 0 | 1A | 11A | 52 | 29 |
| Octal | 211 | 23 | 274 | 33 | 132 | 0 | 32 | 432 | 122 | 51 |
| Binary | 10001001 | 10011 | 10111100 | 11011 | 1011010 | 0 | 11010 | 100011010 | 1010010 | 101001 |
Color Harmonies of #8913BC
Complementary color
Monochromatic Colors of #8913BC
Black with #8913BC
Text Example
Text Example
White with #8913BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8913BC; }
p { color: rgb(137,19,188); }
H1.HeaderClassName
{
color: #8913BC;
}
.AnyTagClassName
{
color: #8913BC;
}
</style>
background-color css
<style>
a { background-color: #8913BC; }
a { background-color: rgb(137,19,188); }
div.DivClassName
{
background-color: #8913BC;
}
.BgClassName
{
background-color: #8913BC;
}
</style>
border-color css
<style>
span { border-color: #8913BC; }
span { border-color: rgb(137,19,188); }
td.TdClassName
{
border-color: #8913BC;
}
.TagClassName
{
border-color: #8913BC;
}
</style>