Shades of Dark Violet #930EDE
Tints of Dark Violet #930EDE
RGB
CMYK
RGB Variations
Color information
#930EDE (or 0x930EDE) is known color: Dark Violet. HEX triplet: 93, 0E and DE. RGB value is (147,14,222). Sum of RGB (Red+Green+Blue) = 147+14+222=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #930EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930EDE is #6CF121. Grayscale: #4C4C4C. Windows color (decimal): -7139618 or 14552723. OLE color: 14552723.
HSL color Cylindrical-coordinate representation of color #930EDE: hue angle of 278.37º 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 #930EDE is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 14 | 222 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.13 |
| HSL | 278.37º | 0.88% | 0.46% | - |
| HSV(B) | 278.37º | 0.94% | 0.87% | - |
| XYZ | 25.37 | 11.79 | 70.05 | - |
| YUV | 77.48 | 209.56 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 14 | 222 | 0.34 | 0.94 | 0 | 0.13 | 278.37 | 0.88 | 0.46 |
| Hex | 93 | E | DE | 22 | 5E | 0 | D | 116 | 58 | 2E |
| Octal | 223 | 16 | 336 | 42 | 136 | 0 | 15 | 426 | 130 | 56 |
| Binary | 10010011 | 1110 | 11011110 | 100010 | 1011110 | 0 | 1101 | 100010110 | 1011000 | 101110 |
Color Harmonies of #930EDE
Complementary color
Monochromatic Colors of #930EDE
Black with #930EDE
Text Example
Text Example
White with #930EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930EDE; }
p { color: rgb(147,14,222); }
H1.HeaderClassName
{
color: #930EDE;
}
.AnyTagClassName
{
color: #930EDE;
}
</style>
background-color css
<style>
a { background-color: #930EDE; }
a { background-color: rgb(147,14,222); }
div.DivClassName
{
background-color: #930EDE;
}
.BgClassName
{
background-color: #930EDE;
}
</style>
border-color css
<style>
span { border-color: #930EDE; }
span { border-color: rgb(147,14,222); }
td.TdClassName
{
border-color: #930EDE;
}
.TagClassName
{
border-color: #930EDE;
}
</style>