Shades of Dark Violet #8910DD
Tints of Dark Violet #8910DD
RGB
CMYK
RGB Variations
Color information
#8910DD (or 0x8910DD) is known color: Dark Violet. HEX triplet: 89, 10 and DD. RGB value is (137,16,221). Sum of RGB (Red+Green+Blue) = 137+16+221=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #8910DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8910DD is #76EF22. Grayscale: #4A4A4A. Windows color (decimal): -7794467 or 14487689. OLE color: 14487689.
HSL color Cylindrical-coordinate representation of color #8910DD: hue angle of 275.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8910DD is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 16 | 221 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.13 |
| HSL | 275.41º | 0.86% | 0.46% | - |
| HSV(B) | 275.41º | 0.93% | 0.87% | - |
| XYZ | 23.55 | 10.91 | 69.27 | - |
| YUV | 75.55 | 210.09 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 221 | 0.38 | 0.93 | 0 | 0.13 | 275.41 | 0.86 | 0.46 |
| Hex | 89 | 10 | DD | 26 | 5D | 0 | D | 113 | 56 | 2E |
| Octal | 211 | 20 | 335 | 46 | 135 | 0 | 15 | 423 | 126 | 56 |
| Binary | 10001001 | 10000 | 11011101 | 100110 | 1011101 | 0 | 1101 | 100010011 | 1010110 | 101110 |
Color Harmonies of #8910DD
Complementary color
Monochromatic Colors of #8910DD
Black with #8910DD
Text Example
Text Example
White with #8910DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8910DD; }
p { color: rgb(137,16,221); }
H1.HeaderClassName
{
color: #8910DD;
}
.AnyTagClassName
{
color: #8910DD;
}
</style>
background-color css
<style>
a { background-color: #8910DD; }
a { background-color: rgb(137,16,221); }
div.DivClassName
{
background-color: #8910DD;
}
.BgClassName
{
background-color: #8910DD;
}
</style>
border-color css
<style>
span { border-color: #8910DD; }
span { border-color: rgb(137,16,221); }
td.TdClassName
{
border-color: #8910DD;
}
.TagClassName
{
border-color: #8910DD;
}
</style>