Shades of Dark Violet #930DDD
Tints of Dark Violet #930DDD
RGB
CMYK
RGB Variations
Color information
#930DDD (or 0x930DDD) is known color: Dark Violet. HEX triplet: 93, 0D and DD. RGB value is (147,13,221). Sum of RGB (Red+Green+Blue) = 147+13+221=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #930DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930DDD is #6CF222. Grayscale: #4C4C4C. Windows color (decimal): -7139875 or 14486931. OLE color: 14486931.
HSL color Cylindrical-coordinate representation of color #930DDD: hue angle of 278.65º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930DDD is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 13 | 221 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.13 |
| HSL | 278.65º | 0.89% | 0.46% | - |
| HSV(B) | 278.65º | 0.94% | 0.87% | - |
| XYZ | 25.23 | 11.71 | 69.34 | - |
| YUV | 76.78 | 209.39 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 13 | 221 | 0.33 | 0.94 | 0 | 0.13 | 278.65 | 0.89 | 0.46 |
| Hex | 93 | D | DD | 21 | 5E | 0 | D | 117 | 59 | 2E |
| Octal | 223 | 15 | 335 | 41 | 136 | 0 | 15 | 427 | 131 | 56 |
| Binary | 10010011 | 1101 | 11011101 | 100001 | 1011110 | 0 | 1101 | 100010111 | 1011001 | 101110 |
Color Harmonies of #930DDD
Complementary color
Monochromatic Colors of #930DDD
Black with #930DDD
Text Example
Text Example
White with #930DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930DDD; }
p { color: rgb(147,13,221); }
H1.HeaderClassName
{
color: #930DDD;
}
.AnyTagClassName
{
color: #930DDD;
}
</style>
background-color css
<style>
a { background-color: #930DDD; }
a { background-color: rgb(147,13,221); }
div.DivClassName
{
background-color: #930DDD;
}
.BgClassName
{
background-color: #930DDD;
}
</style>
border-color css
<style>
span { border-color: #930DDD; }
span { border-color: rgb(147,13,221); }
td.TdClassName
{
border-color: #930DDD;
}
.TagClassName
{
border-color: #930DDD;
}
</style>