Shades of Dark Violet #930DB7
Tints of Dark Violet #930DB7
RGB
CMYK
RGB Variations
Color information
#930DB7 (or 0x930DB7) is known color: Dark Violet. HEX triplet: 93, 0D and B7. RGB value is (147,13,183). Sum of RGB (Red+Green+Blue) = 147+13+183=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 183 (71.88% from 255 or 53.35% from 343); Max value from RGB is 183 - color contains mainly: blue. Hex color #930DB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930DB7 is #6CF248. Grayscale: #474747. Windows color (decimal): -7139913 or 11996563. OLE color: 11996563.
HSL color Cylindrical-coordinate representation of color #930DB7: hue angle of 287.29º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930DB7 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 13 | 183 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.28 |
| HSL | 287.29º | 0.87% | 0.38% | - |
| HSV(B) | 287.29º | 0.93% | 0.72% | - |
| XYZ | 20.72 | 9.91 | 45.62 | - |
| YUV | 72.45 | 190.39 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 13 | 183 | 0.20 | 0.93 | 0 | 0.28 | 287.29 | 0.87 | 0.38 |
| Hex | 93 | D | B7 | 14 | 5D | 0 | 1C | 11F | 57 | 26 |
| Octal | 223 | 15 | 267 | 24 | 135 | 0 | 34 | 437 | 127 | 46 |
| Binary | 10010011 | 1101 | 10110111 | 10100 | 1011101 | 0 | 11100 | 100011111 | 1010111 | 100110 |
Color Harmonies of #930DB7
Complementary color
Monochromatic Colors of #930DB7
Black with #930DB7
Text Example
Text Example
White with #930DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930DB7; }
p { color: rgb(147,13,183); }
H1.HeaderClassName
{
color: #930DB7;
}
.AnyTagClassName
{
color: #930DB7;
}
</style>
background-color css
<style>
a { background-color: #930DB7; }
a { background-color: rgb(147,13,183); }
div.DivClassName
{
background-color: #930DB7;
}
.BgClassName
{
background-color: #930DB7;
}
</style>
border-color css
<style>
span { border-color: #930DB7; }
span { border-color: rgb(147,13,183); }
td.TdClassName
{
border-color: #930DB7;
}
.TagClassName
{
border-color: #930DB7;
}
</style>