Shades of Dark Violet #930DC5
Tints of Dark Violet #930DC5
RGB
CMYK
RGB Variations
Color information
#930DC5 (or 0x930DC5) is known color: Dark Violet. HEX triplet: 93, 0D and C5. RGB value is (147,13,197). Sum of RGB (Red+Green+Blue) = 147+13+197=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 197 (77.34% from 255 or 55.18% from 357); Max value from RGB is 197 - color contains mainly: blue. Hex color #930DC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930DC5 is #6CF23A. Grayscale: #494949. Windows color (decimal): -7139899 or 12914067. OLE color: 12914067.
HSL color Cylindrical-coordinate representation of color #930DC5: hue angle of 283.7º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #930DC5 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 13 | 197 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.23 |
| HSL | 283.7º | 0.88% | 0.41% | - |
| HSV(B) | 283.7º | 0.93% | 0.77% | - |
| XYZ | 22.25 | 10.52 | 53.68 | - |
| YUV | 74.04 | 197.39 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 13 | 197 | 0.25 | 0.93 | 0 | 0.23 | 283.7 | 0.88 | 0.41 |
| Hex | 93 | D | C5 | 19 | 5D | 0 | 17 | 11C | 58 | 29 |
| Octal | 223 | 15 | 305 | 31 | 135 | 0 | 27 | 434 | 130 | 51 |
| Binary | 10010011 | 1101 | 11000101 | 11001 | 1011101 | 0 | 10111 | 100011100 | 1011000 | 101001 |
Color Harmonies of #930DC5
Complementary color
Monochromatic Colors of #930DC5
Black with #930DC5
Text Example
Text Example
White with #930DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930DC5; }
p { color: rgb(147,13,197); }
H1.HeaderClassName
{
color: #930DC5;
}
.AnyTagClassName
{
color: #930DC5;
}
</style>
background-color css
<style>
a { background-color: #930DC5; }
a { background-color: rgb(147,13,197); }
div.DivClassName
{
background-color: #930DC5;
}
.BgClassName
{
background-color: #930DC5;
}
</style>
border-color css
<style>
span { border-color: #930DC5; }
span { border-color: rgb(147,13,197); }
td.TdClassName
{
border-color: #930DC5;
}
.TagClassName
{
border-color: #930DC5;
}
</style>