Shades of Dark Violet #930DCD
Tints of Dark Violet #930DCD
RGB
CMYK
RGB Variations
Color information
#930DCD (or 0x930DCD) is known color: Dark Violet. HEX triplet: 93, 0D and CD. RGB value is (147,13,205). Sum of RGB (Red+Green+Blue) = 147+13+205=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #930DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930DCD is #6CF232. Grayscale: #4A4A4A. Windows color (decimal): -7139891 or 13438355. OLE color: 13438355.
HSL color Cylindrical-coordinate representation of color #930DCD: hue angle of 281.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930DCD is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 13 | 205 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.20 |
| HSL | 281.88º | 0.88% | 0.43% | - |
| HSV(B) | 281.88º | 0.94% | 0.8% | - |
| XYZ | 23.2 | 10.9 | 58.64 | - |
| YUV | 74.95 | 201.39 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 13 | 205 | 0.28 | 0.94 | 0 | 0.20 | 281.88 | 0.88 | 0.43 |
| Hex | 93 | D | CD | 1C | 5E | 0 | 14 | 11A | 58 | 2B |
| Octal | 223 | 15 | 315 | 34 | 136 | 0 | 24 | 432 | 130 | 53 |
| Binary | 10010011 | 1101 | 11001101 | 11100 | 1011110 | 0 | 10100 | 100011010 | 1011000 | 101011 |
Color Harmonies of #930DCD
Complementary color
Monochromatic Colors of #930DCD
Black with #930DCD
Text Example
Text Example
White with #930DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930DCD; }
p { color: rgb(147,13,205); }
H1.HeaderClassName
{
color: #930DCD;
}
.AnyTagClassName
{
color: #930DCD;
}
</style>
background-color css
<style>
a { background-color: #930DCD; }
a { background-color: rgb(147,13,205); }
div.DivClassName
{
background-color: #930DCD;
}
.BgClassName
{
background-color: #930DCD;
}
</style>
border-color css
<style>
span { border-color: #930DCD; }
span { border-color: rgb(147,13,205); }
td.TdClassName
{
border-color: #930DCD;
}
.TagClassName
{
border-color: #930DCD;
}
</style>