Shades of Dark Violet #930CDD
Tints of Dark Violet #930CDD
RGB
CMYK
RGB Variations
Color information
#930CDD (or 0x930CDD) is known color: Dark Violet. HEX triplet: 93, 0C and DD. RGB value is (147,12,221). Sum of RGB (Red+Green+Blue) = 147+12+221=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 12 (5.08% from 255 or 3.16% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #930CDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930CDD is #6CF322. Grayscale: #4B4B4B. Windows color (decimal): -7140131 or 14486675. OLE color: 14486675.
HSL color Cylindrical-coordinate representation of color #930CDD: hue angle of 278.76º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930CDD is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 12 | 221 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.13 |
| HSL | 278.76º | 0.9% | 0.46% | - |
| HSV(B) | 278.76º | 0.95% | 0.87% | - |
| XYZ | 25.22 | 11.69 | 69.33 | - |
| YUV | 76.19 | 209.73 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 12 | 221 | 0.33 | 0.95 | 0 | 0.13 | 278.76 | 0.9 | 0.46 |
| Hex | 93 | C | DD | 21 | 5F | 0 | D | 117 | 5A | 2E |
| Octal | 223 | 14 | 335 | 41 | 137 | 0 | 15 | 427 | 132 | 56 |
| Binary | 10010011 | 1100 | 11011101 | 100001 | 1011111 | 0 | 1101 | 100010111 | 1011010 | 101110 |
Color Harmonies of #930CDD
Complementary color
Monochromatic Colors of #930CDD
Black with #930CDD
Text Example
Text Example
White with #930CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930CDD; }
p { color: rgb(147,12,221); }
H1.HeaderClassName
{
color: #930CDD;
}
.AnyTagClassName
{
color: #930CDD;
}
</style>
background-color css
<style>
a { background-color: #930CDD; }
a { background-color: rgb(147,12,221); }
div.DivClassName
{
background-color: #930CDD;
}
.BgClassName
{
background-color: #930CDD;
}
</style>
border-color css
<style>
span { border-color: #930CDD; }
span { border-color: rgb(147,12,221); }
td.TdClassName
{
border-color: #930CDD;
}
.TagClassName
{
border-color: #930CDD;
}
</style>