Shades of Dark Violet #930EDD
Tints of Dark Violet #930EDD
RGB
CMYK
RGB Variations
Color information
#930EDD (or 0x930EDD) is known color: Dark Violet. HEX triplet: 93, 0E and DD. RGB value is (147,14,221). Sum of RGB (Red+Green+Blue) = 147+14+221=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #930EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930EDD is #6CF122. Grayscale: #4C4C4C. Windows color (decimal): -7139619 or 14487187. OLE color: 14487187.
HSL color Cylindrical-coordinate representation of color #930EDD: hue angle of 278.55º degrees, saturation: 0.88, 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 #930EDD is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 14 | 221 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.13 |
| HSL | 278.55º | 0.88% | 0.46% | - |
| HSV(B) | 278.55º | 0.94% | 0.87% | - |
| XYZ | 25.24 | 11.74 | 69.34 | - |
| YUV | 77.37 | 209.06 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 14 | 221 | 0.33 | 0.94 | 0 | 0.13 | 278.55 | 0.88 | 0.46 |
| Hex | 93 | E | DD | 21 | 5E | 0 | D | 117 | 58 | 2E |
| Octal | 223 | 16 | 335 | 41 | 136 | 0 | 15 | 427 | 130 | 56 |
| Binary | 10010011 | 1110 | 11011101 | 100001 | 1011110 | 0 | 1101 | 100010111 | 1011000 | 101110 |
Color Harmonies of #930EDD
Complementary color
Monochromatic Colors of #930EDD
Black with #930EDD
Text Example
Text Example
White with #930EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930EDD; }
p { color: rgb(147,14,221); }
H1.HeaderClassName
{
color: #930EDD;
}
.AnyTagClassName
{
color: #930EDD;
}
</style>
background-color css
<style>
a { background-color: #930EDD; }
a { background-color: rgb(147,14,221); }
div.DivClassName
{
background-color: #930EDD;
}
.BgClassName
{
background-color: #930EDD;
}
</style>
border-color css
<style>
span { border-color: #930EDD; }
span { border-color: rgb(147,14,221); }
td.TdClassName
{
border-color: #930EDD;
}
.TagClassName
{
border-color: #930EDD;
}
</style>