Shades of Dark Violet #940ADD
Tints of Dark Violet #940ADD
RGB
CMYK
RGB Variations
Color information
#940ADD (or 0x940ADD) is known color: Dark Violet. HEX triplet: 94, 0A and DD. RGB value is (148,10,221). Sum of RGB (Red+Green+Blue) = 148+10+221=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #940ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940ADD is #6BF522. Grayscale: #4A4A4A. Windows color (decimal): -7075107 or 14486164. OLE color: 14486164.
HSL color Cylindrical-coordinate representation of color #940ADD: hue angle of 279.24º 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 #940ADD is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 10 | 221 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.13 |
| HSL | 279.24º | 0.91% | 0.45% | - |
| HSV(B) | 279.24º | 0.95% | 0.87% | - |
| XYZ | 25.37 | 11.73 | 69.33 | - |
| YUV | 75.32 | 210.22 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 10 | 221 | 0.33 | 0.95 | 0 | 0.13 | 279.24 | 0.91 | 0.45 |
| Hex | 94 | A | DD | 21 | 5F | 0 | D | 117 | 5B | 2D |
| Octal | 224 | 12 | 335 | 41 | 137 | 0 | 15 | 427 | 133 | 55 |
| Binary | 10010100 | 1010 | 11011101 | 100001 | 1011111 | 0 | 1101 | 100010111 | 1011011 | 101101 |
Color Harmonies of #940ADD
Complementary color
Monochromatic Colors of #940ADD
Black with #940ADD
Text Example
Text Example
White with #940ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940ADD; }
p { color: rgb(148,10,221); }
H1.HeaderClassName
{
color: #940ADD;
}
.AnyTagClassName
{
color: #940ADD;
}
</style>
background-color css
<style>
a { background-color: #940ADD; }
a { background-color: rgb(148,10,221); }
div.DivClassName
{
background-color: #940ADD;
}
.BgClassName
{
background-color: #940ADD;
}
</style>
border-color css
<style>
span { border-color: #940ADD; }
span { border-color: rgb(148,10,221); }
td.TdClassName
{
border-color: #940ADD;
}
.TagClassName
{
border-color: #940ADD;
}
</style>