Shades of Dark Violet #9A10DD
Tints of Dark Violet #9A10DD
RGB
CMYK
RGB Variations
Color information
#9A10DD (or 0x9A10DD) is known color: Dark Violet. HEX triplet: 9A, 10 and DD. RGB value is (154,16,221). Sum of RGB (Red+Green+Blue) = 154+16+221=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A10DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A10DD is #65EF22. Grayscale: #4F4F4F. Windows color (decimal): -6680355 or 14487706. OLE color: 14487706.
HSL color Cylindrical-coordinate representation of color #9A10DD: hue angle of 280.39º 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 #9A10DD is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 16 | 221 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.13 |
| HSL | 280.39º | 0.86% | 0.46% | - |
| HSV(B) | 280.39º | 0.93% | 0.87% | - |
| XYZ | 26.56 | 12.46 | 69.41 | - |
| YUV | 80.63 | 207.22 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 221 | 0.30 | 0.93 | 0 | 0.13 | 280.39 | 0.86 | 0.46 |
| Hex | 9A | 10 | DD | 1E | 5D | 0 | D | 118 | 56 | 2E |
| Octal | 232 | 20 | 335 | 36 | 135 | 0 | 15 | 430 | 126 | 56 |
| Binary | 10011010 | 10000 | 11011101 | 11110 | 1011101 | 0 | 1101 | 100011000 | 1010110 | 101110 |
Color Harmonies of #9A10DD
Complementary color
Monochromatic Colors of #9A10DD
Black with #9A10DD
Text Example
Text Example
White with #9A10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A10DD; }
p { color: rgb(154,16,221); }
H1.HeaderClassName
{
color: #9A10DD;
}
.AnyTagClassName
{
color: #9A10DD;
}
</style>
background-color css
<style>
a { background-color: #9A10DD; }
a { background-color: rgb(154,16,221); }
div.DivClassName
{
background-color: #9A10DD;
}
.BgClassName
{
background-color: #9A10DD;
}
</style>
border-color css
<style>
span { border-color: #9A10DD; }
span { border-color: rgb(154,16,221); }
td.TdClassName
{
border-color: #9A10DD;
}
.TagClassName
{
border-color: #9A10DD;
}
</style>