Shades of Dark Violet #930EE0
Tints of Dark Violet #930EE0
RGB
CMYK
RGB Variations
Color information
#930EE0 (or 0x930EE0) is known color: Dark Violet. HEX triplet: 93, 0E and E0. RGB value is (147,14,224). Sum of RGB (Red+Green+Blue) = 147+14+224=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 224 (87.89% from 255 or 58.18% from 385); Max value from RGB is 224 - color contains mainly: blue. Hex color #930EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930EE0 is #6CF11F. Grayscale: #4D4D4D. Windows color (decimal): -7139616 or 14683795. OLE color: 14683795.
HSL color Cylindrical-coordinate representation of color #930EE0: hue angle of 278º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930EE0 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 14 | 224 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.12 |
| HSL | 278º | 0.88% | 0.47% | - |
| HSV(B) | 278º | 0.94% | 0.88% | - |
| XYZ | 25.64 | 11.9 | 71.47 | - |
| YUV | 77.71 | 210.56 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 14 | 224 | 0.34 | 0.94 | 0 | 0.12 | 278 | 0.88 | 0.47 |
| Hex | 93 | E | E0 | 22 | 5E | 0 | C | 116 | 58 | 2F |
| Octal | 223 | 16 | 340 | 42 | 136 | 0 | 14 | 426 | 130 | 57 |
| Binary | 10010011 | 1110 | 11100000 | 100010 | 1011110 | 0 | 1100 | 100010110 | 1011000 | 101111 |
Color Harmonies of #930EE0
Complementary color
Monochromatic Colors of #930EE0
Black with #930EE0
Text Example
Text Example
White with #930EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930EE0; }
p { color: rgb(147,14,224); }
H1.HeaderClassName
{
color: #930EE0;
}
.AnyTagClassName
{
color: #930EE0;
}
</style>
background-color css
<style>
a { background-color: #930EE0; }
a { background-color: rgb(147,14,224); }
div.DivClassName
{
background-color: #930EE0;
}
.BgClassName
{
background-color: #930EE0;
}
</style>
border-color css
<style>
span { border-color: #930EE0; }
span { border-color: rgb(147,14,224); }
td.TdClassName
{
border-color: #930EE0;
}
.TagClassName
{
border-color: #930EE0;
}
</style>