Shades of Dark Violet #940DC9
Tints of Dark Violet #940DC9
RGB
CMYK
RGB Variations
Color information
#940DC9 (or 0x940DC9) is known color: Dark Violet. HEX triplet: 94, 0D and C9. RGB value is (148,13,201). Sum of RGB (Red+Green+Blue) = 148+13+201=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 201 (78.91% from 255 or 55.52% from 362); Max value from RGB is 201 - color contains mainly: blue. Hex color #940DC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940DC9 is #6BF236. Grayscale: #4A4A4A. Windows color (decimal): -7074359 or 13176212. OLE color: 13176212.
HSL color Cylindrical-coordinate representation of color #940DC9: hue angle of 283.09º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940DC9 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 13 | 201 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.21 |
| HSL | 283.09º | 0.88% | 0.42% | - |
| HSV(B) | 283.09º | 0.94% | 0.79% | - |
| XYZ | 22.9 | 10.8 | 56.14 | - |
| YUV | 74.8 | 199.23 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 201 | 0.26 | 0.94 | 0 | 0.21 | 283.09 | 0.88 | 0.42 |
| Hex | 94 | D | C9 | 1A | 5E | 0 | 15 | 11B | 58 | 2A |
| Octal | 224 | 15 | 311 | 32 | 136 | 0 | 25 | 433 | 130 | 52 |
| Binary | 10010100 | 1101 | 11001001 | 11010 | 1011110 | 0 | 10101 | 100011011 | 1011000 | 101010 |
Color Harmonies of #940DC9
Complementary color
Monochromatic Colors of #940DC9
Black with #940DC9
Text Example
Text Example
White with #940DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940DC9; }
p { color: rgb(148,13,201); }
H1.HeaderClassName
{
color: #940DC9;
}
.AnyTagClassName
{
color: #940DC9;
}
</style>
background-color css
<style>
a { background-color: #940DC9; }
a { background-color: rgb(148,13,201); }
div.DivClassName
{
background-color: #940DC9;
}
.BgClassName
{
background-color: #940DC9;
}
</style>
border-color css
<style>
span { border-color: #940DC9; }
span { border-color: rgb(148,13,201); }
td.TdClassName
{
border-color: #940DC9;
}
.TagClassName
{
border-color: #940DC9;
}
</style>