Shades of Dark Violet #930FDB
Tints of Dark Violet #930FDB
RGB
CMYK
RGB Variations
Color information
#930FDB (or 0x930FDB) is known color: Dark Violet. HEX triplet: 93, 0F and DB. RGB value is (147,15,219). Sum of RGB (Red+Green+Blue) = 147+15+219=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #930FDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930FDB is #6CF024. Grayscale: #4D4D4D. Windows color (decimal): -7139365 or 14356371. OLE color: 14356371.
HSL color Cylindrical-coordinate representation of color #930FDB: hue angle of 278.82º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930FDB is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 15 | 219 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.14 |
| HSL | 278.82º | 0.87% | 0.46% | - |
| HSV(B) | 278.82º | 0.93% | 0.86% | - |
| XYZ | 24.99 | 11.66 | 67.95 | - |
| YUV | 77.72 | 207.73 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 219 | 0.33 | 0.93 | 0 | 0.14 | 278.82 | 0.87 | 0.46 |
| Hex | 93 | F | DB | 21 | 5D | 0 | E | 117 | 57 | 2E |
| Octal | 223 | 17 | 333 | 41 | 135 | 0 | 16 | 427 | 127 | 56 |
| Binary | 10010011 | 1111 | 11011011 | 100001 | 1011101 | 0 | 1110 | 100010111 | 1010111 | 101110 |
Color Harmonies of #930FDB
Complementary color
Monochromatic Colors of #930FDB
Black with #930FDB
Text Example
Text Example
White with #930FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930FDB; }
p { color: rgb(147,15,219); }
H1.HeaderClassName
{
color: #930FDB;
}
.AnyTagClassName
{
color: #930FDB;
}
</style>
background-color css
<style>
a { background-color: #930FDB; }
a { background-color: rgb(147,15,219); }
div.DivClassName
{
background-color: #930FDB;
}
.BgClassName
{
background-color: #930FDB;
}
</style>
border-color css
<style>
span { border-color: #930FDB; }
span { border-color: rgb(147,15,219); }
td.TdClassName
{
border-color: #930FDB;
}
.TagClassName
{
border-color: #930FDB;
}
</style>