Shades of Dark Violet #8916BC
Tints of Dark Violet #8916BC
RGB
CMYK
RGB Variations
Color information
#8916BC (or 0x8916BC) is known color: Dark Violet. HEX triplet: 89, 16 and BC. RGB value is (137,22,188). Sum of RGB (Red+Green+Blue) = 137+22+188=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #8916BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8916BC is #76E943. Grayscale: #4A4A4A. Windows color (decimal): -7792964 or 12326537. OLE color: 12326537.
HSL color Cylindrical-coordinate representation of color #8916BC: hue angle of 281.57º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8916BC is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 22 | 188 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.26 |
| HSL | 281.57º | 0.79% | 0.41% | - |
| HSV(B) | 281.57º | 0.88% | 0.74% | - |
| XYZ | 19.68 | 9.52 | 48.38 | - |
| YUV | 75.31 | 191.6 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 22 | 188 | 0.27 | 0.88 | 0 | 0.26 | 281.57 | 0.79 | 0.41 |
| Hex | 89 | 16 | BC | 1B | 58 | 0 | 1A | 11A | 4F | 29 |
| Octal | 211 | 26 | 274 | 33 | 130 | 0 | 32 | 432 | 117 | 51 |
| Binary | 10001001 | 10110 | 10111100 | 11011 | 1011000 | 0 | 11010 | 100011010 | 1001111 | 101001 |
Color Harmonies of #8916BC
Complementary color
Monochromatic Colors of #8916BC
Black with #8916BC
Text Example
Text Example
White with #8916BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8916BC; }
p { color: rgb(137,22,188); }
H1.HeaderClassName
{
color: #8916BC;
}
.AnyTagClassName
{
color: #8916BC;
}
</style>
background-color css
<style>
a { background-color: #8916BC; }
a { background-color: rgb(137,22,188); }
div.DivClassName
{
background-color: #8916BC;
}
.BgClassName
{
background-color: #8916BC;
}
</style>
border-color css
<style>
span { border-color: #8916BC; }
span { border-color: rgb(137,22,188); }
td.TdClassName
{
border-color: #8916BC;
}
.TagClassName
{
border-color: #8916BC;
}
</style>