Shades of Dark Violet #930FDC
Tints of Dark Violet #930FDC
RGB
CMYK
RGB Variations
Color information
#930FDC (or 0x930FDC) is known color: Dark Violet. HEX triplet: 93, 0F and DC. RGB value is (147,15,220). Sum of RGB (Red+Green+Blue) = 147+15+220=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 15 (6.25% from 255 or 3.93% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #930FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930FDC is #6CF023. Grayscale: #4D4D4D. Windows color (decimal): -7139364 or 14421907. OLE color: 14421907.
HSL color Cylindrical-coordinate representation of color #930FDC: hue angle of 278.63º 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 #930FDC is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 15 | 220 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.14 |
| HSL | 278.63º | 0.87% | 0.46% | - |
| HSV(B) | 278.63º | 0.93% | 0.86% | - |
| XYZ | 25.12 | 11.71 | 68.65 | - |
| YUV | 77.84 | 208.23 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 15 | 220 | 0.33 | 0.93 | 0 | 0.14 | 278.63 | 0.87 | 0.46 |
| Hex | 93 | F | DC | 21 | 5D | 0 | E | 117 | 57 | 2E |
| Octal | 223 | 17 | 334 | 41 | 135 | 0 | 16 | 427 | 127 | 56 |
| Binary | 10010011 | 1111 | 11011100 | 100001 | 1011101 | 0 | 1110 | 100010111 | 1010111 | 101110 |
Color Harmonies of #930FDC
Complementary color
Monochromatic Colors of #930FDC
Black with #930FDC
Text Example
Text Example
White with #930FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930FDC; }
p { color: rgb(147,15,220); }
H1.HeaderClassName
{
color: #930FDC;
}
.AnyTagClassName
{
color: #930FDC;
}
</style>
background-color css
<style>
a { background-color: #930FDC; }
a { background-color: rgb(147,15,220); }
div.DivClassName
{
background-color: #930FDC;
}
.BgClassName
{
background-color: #930FDC;
}
</style>
border-color css
<style>
span { border-color: #930FDC; }
span { border-color: rgb(147,15,220); }
td.TdClassName
{
border-color: #930FDC;
}
.TagClassName
{
border-color: #930FDC;
}
</style>