Shades of Dark Violet #9411DD
Tints of Dark Violet #9411DD
RGB
CMYK
RGB Variations
Color information
#9411DD (or 0x9411DD) is known color: Dark Violet. HEX triplet: 94, 11 and DD. RGB value is (148,17,221). Sum of RGB (Red+Green+Blue) = 148+17+221=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #9411DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9411DD is #6BEE22. Grayscale: #4E4E4E. Windows color (decimal): -7073315 or 14487956. OLE color: 14487956.
HSL color Cylindrical-coordinate representation of color #9411DD: hue angle of 278.53º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9411DD is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 17 | 221 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.13 |
| HSL | 278.53º | 0.86% | 0.47% | - |
| HSV(B) | 278.53º | 0.92% | 0.87% | - |
| XYZ | 25.46 | 11.92 | 69.36 | - |
| YUV | 79.43 | 207.9 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 221 | 0.33 | 0.92 | 0 | 0.13 | 278.53 | 0.86 | 0.47 |
| Hex | 94 | 11 | DD | 21 | 5C | 0 | D | 117 | 56 | 2F |
| Octal | 224 | 21 | 335 | 41 | 134 | 0 | 15 | 427 | 126 | 57 |
| Binary | 10010100 | 10001 | 11011101 | 100001 | 1011100 | 0 | 1101 | 100010111 | 1010110 | 101111 |
Color Harmonies of #9411DD
Complementary color
Monochromatic Colors of #9411DD
Black with #9411DD
Text Example
Text Example
White with #9411DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9411DD; }
p { color: rgb(148,17,221); }
H1.HeaderClassName
{
color: #9411DD;
}
.AnyTagClassName
{
color: #9411DD;
}
</style>
background-color css
<style>
a { background-color: #9411DD; }
a { background-color: rgb(148,17,221); }
div.DivClassName
{
background-color: #9411DD;
}
.BgClassName
{
background-color: #9411DD;
}
</style>
border-color css
<style>
span { border-color: #9411DD; }
span { border-color: rgb(148,17,221); }
td.TdClassName
{
border-color: #9411DD;
}
.TagClassName
{
border-color: #9411DD;
}
</style>