Shades of Dark Violet #930FDE
Tints of Dark Violet #930FDE
RGB
CMYK
RGB Variations
Color information
#930FDE (or 0x930FDE) is known color: Dark Violet. HEX triplet: 93, 0F and DE. RGB value is (147,15,222). Sum of RGB (Red+Green+Blue) = 147+15+222=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #930FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930FDE is #6CF021. Grayscale: #4D4D4D. Windows color (decimal): -7139362 or 14552979. OLE color: 14552979.
HSL color Cylindrical-coordinate representation of color #930FDE: hue angle of 278.26º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930FDE is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 15 | 222 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.13 |
| HSL | 278.26º | 0.87% | 0.46% | - |
| HSV(B) | 278.26º | 0.93% | 0.87% | - |
| XYZ | 25.39 | 11.82 | 70.05 | - |
| YUV | 78.07 | 209.23 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 222 | 0.34 | 0.93 | 0 | 0.13 | 278.26 | 0.87 | 0.46 |
| Hex | 93 | F | DE | 22 | 5D | 0 | D | 116 | 57 | 2E |
| Octal | 223 | 17 | 336 | 42 | 135 | 0 | 15 | 426 | 127 | 56 |
| Binary | 10010011 | 1111 | 11011110 | 100010 | 1011101 | 0 | 1101 | 100010110 | 1010111 | 101110 |
Color Harmonies of #930FDE
Complementary color
Monochromatic Colors of #930FDE
Black with #930FDE
Text Example
Text Example
White with #930FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930FDE; }
p { color: rgb(147,15,222); }
H1.HeaderClassName
{
color: #930FDE;
}
.AnyTagClassName
{
color: #930FDE;
}
</style>
background-color css
<style>
a { background-color: #930FDE; }
a { background-color: rgb(147,15,222); }
div.DivClassName
{
background-color: #930FDE;
}
.BgClassName
{
background-color: #930FDE;
}
</style>
border-color css
<style>
span { border-color: #930FDE; }
span { border-color: rgb(147,15,222); }
td.TdClassName
{
border-color: #930FDE;
}
.TagClassName
{
border-color: #930FDE;
}
</style>