Shades of Dark Violet #930DDF
Tints of Dark Violet #930DDF
RGB
CMYK
RGB Variations
Color information
#930DDF (or 0x930DDF) is known color: Dark Violet. HEX triplet: 93, 0D and DF. RGB value is (147,13,223). Sum of RGB (Red+Green+Blue) = 147+13+223=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #930DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930DDF is #6CF220. Grayscale: #4C4C4C. Windows color (decimal): -7139873 or 14618003. OLE color: 14618003.
HSL color Cylindrical-coordinate representation of color #930DDF: hue angle of 278.29º 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 #930DDF is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 13 | 223 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.13 |
| HSL | 278.29º | 0.89% | 0.46% | - |
| HSV(B) | 278.29º | 0.94% | 0.87% | - |
| XYZ | 25.5 | 11.82 | 70.75 | - |
| YUV | 77.01 | 210.39 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 13 | 223 | 0.34 | 0.94 | 0 | 0.13 | 278.29 | 0.89 | 0.46 |
| Hex | 93 | D | DF | 22 | 5E | 0 | D | 116 | 59 | 2E |
| Octal | 223 | 15 | 337 | 42 | 136 | 0 | 15 | 426 | 131 | 56 |
| Binary | 10010011 | 1101 | 11011111 | 100010 | 1011110 | 0 | 1101 | 100010110 | 1011001 | 101110 |
Color Harmonies of #930DDF
Complementary color
Monochromatic Colors of #930DDF
Black with #930DDF
Text Example
Text Example
White with #930DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930DDF; }
p { color: rgb(147,13,223); }
H1.HeaderClassName
{
color: #930DDF;
}
.AnyTagClassName
{
color: #930DDF;
}
</style>
background-color css
<style>
a { background-color: #930DDF; }
a { background-color: rgb(147,13,223); }
div.DivClassName
{
background-color: #930DDF;
}
.BgClassName
{
background-color: #930DDF;
}
</style>
border-color css
<style>
span { border-color: #930DDF; }
span { border-color: rgb(147,13,223); }
td.TdClassName
{
border-color: #930DDF;
}
.TagClassName
{
border-color: #930DDF;
}
</style>