Shades of Dark Violet #930EDB
Tints of Dark Violet #930EDB
RGB
CMYK
RGB Variations
Color information
#930EDB (or 0x930EDB) is known color: Dark Violet. HEX triplet: 93, 0E and DB. RGB value is (147,14,219). Sum of RGB (Red+Green+Blue) = 147+14+219=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #930EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930EDB is #6CF124. Grayscale: #4C4C4C. Windows color (decimal): -7139621 or 14356115. OLE color: 14356115.
HSL color Cylindrical-coordinate representation of color #930EDB: hue angle of 278.93º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930EDB is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 14 | 219 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.14 |
| HSL | 278.93º | 0.88% | 0.46% | - |
| HSV(B) | 278.93º | 0.94% | 0.86% | - |
| XYZ | 24.98 | 11.63 | 67.95 | - |
| YUV | 77.14 | 208.06 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 14 | 219 | 0.33 | 0.94 | 0 | 0.14 | 278.93 | 0.88 | 0.46 |
| Hex | 93 | E | DB | 21 | 5E | 0 | E | 117 | 58 | 2E |
| Octal | 223 | 16 | 333 | 41 | 136 | 0 | 16 | 427 | 130 | 56 |
| Binary | 10010011 | 1110 | 11011011 | 100001 | 1011110 | 0 | 1110 | 100010111 | 1011000 | 101110 |
Color Harmonies of #930EDB
Complementary color
Monochromatic Colors of #930EDB
Black with #930EDB
Text Example
Text Example
White with #930EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930EDB; }
p { color: rgb(147,14,219); }
H1.HeaderClassName
{
color: #930EDB;
}
.AnyTagClassName
{
color: #930EDB;
}
</style>
background-color css
<style>
a { background-color: #930EDB; }
a { background-color: rgb(147,14,219); }
div.DivClassName
{
background-color: #930EDB;
}
.BgClassName
{
background-color: #930EDB;
}
</style>
border-color css
<style>
span { border-color: #930EDB; }
span { border-color: rgb(147,14,219); }
td.TdClassName
{
border-color: #930EDB;
}
.TagClassName
{
border-color: #930EDB;
}
</style>