Shades of Dark Violet #930ADD
Tints of Dark Violet #930ADD
RGB
CMYK
RGB Variations
Color information
#930ADD (or 0x930ADD) is known color: Dark Violet. HEX triplet: 93, 0A and DD. RGB value is (147,10,221). Sum of RGB (Red+Green+Blue) = 147+10+221=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #930ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930ADD is #6CF522. Grayscale: #4A4A4A. Windows color (decimal): -7140643 or 14486163. OLE color: 14486163.
HSL color Cylindrical-coordinate representation of color #930ADD: hue angle of 278.96º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #930ADD is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 10 | 221 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.13 |
| HSL | 278.96º | 0.91% | 0.45% | - |
| HSV(B) | 278.96º | 0.95% | 0.87% | - |
| XYZ | 25.19 | 11.64 | 69.33 | - |
| YUV | 75.02 | 210.39 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 10 | 221 | 0.33 | 0.95 | 0 | 0.13 | 278.96 | 0.91 | 0.45 |
| Hex | 93 | A | DD | 21 | 5F | 0 | D | 117 | 5B | 2D |
| Octal | 223 | 12 | 335 | 41 | 137 | 0 | 15 | 427 | 133 | 55 |
| Binary | 10010011 | 1010 | 11011101 | 100001 | 1011111 | 0 | 1101 | 100010111 | 1011011 | 101101 |
Color Harmonies of #930ADD
Complementary color
Monochromatic Colors of #930ADD
Black with #930ADD
Text Example
Text Example
White with #930ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930ADD; }
p { color: rgb(147,10,221); }
H1.HeaderClassName
{
color: #930ADD;
}
.AnyTagClassName
{
color: #930ADD;
}
</style>
background-color css
<style>
a { background-color: #930ADD; }
a { background-color: rgb(147,10,221); }
div.DivClassName
{
background-color: #930ADD;
}
.BgClassName
{
background-color: #930ADD;
}
</style>
border-color css
<style>
span { border-color: #930ADD; }
span { border-color: rgb(147,10,221); }
td.TdClassName
{
border-color: #930ADD;
}
.TagClassName
{
border-color: #930ADD;
}
</style>