Shades of Dark Violet #940DC8
Tints of Dark Violet #940DC8
RGB
CMYK
RGB Variations
Color information
#940DC8 (or 0x940DC8) is known color: Dark Violet. HEX triplet: 94, 0D and C8. RGB value is (148,13,200). Sum of RGB (Red+Green+Blue) = 148+13+200=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #940DC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940DC8 is #6BF237. Grayscale: #4A4A4A. Windows color (decimal): -7074360 or 13110676. OLE color: 13110676.
HSL color Cylindrical-coordinate representation of color #940DC8: hue angle of 283.32º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940DC8 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 13 | 200 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.22 |
| HSL | 283.32º | 0.88% | 0.42% | - |
| HSV(B) | 283.32º | 0.94% | 0.78% | - |
| XYZ | 22.78 | 10.75 | 55.52 | - |
| YUV | 74.68 | 198.73 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 200 | 0.26 | 0.94 | 0 | 0.22 | 283.32 | 0.88 | 0.42 |
| Hex | 94 | D | C8 | 1A | 5E | 0 | 16 | 11B | 58 | 2A |
| Octal | 224 | 15 | 310 | 32 | 136 | 0 | 26 | 433 | 130 | 52 |
| Binary | 10010100 | 1101 | 11001000 | 11010 | 1011110 | 0 | 10110 | 100011011 | 1011000 | 101010 |
Color Harmonies of #940DC8
Complementary color
Monochromatic Colors of #940DC8
Black with #940DC8
Text Example
Text Example
White with #940DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940DC8; }
p { color: rgb(148,13,200); }
H1.HeaderClassName
{
color: #940DC8;
}
.AnyTagClassName
{
color: #940DC8;
}
</style>
background-color css
<style>
a { background-color: #940DC8; }
a { background-color: rgb(148,13,200); }
div.DivClassName
{
background-color: #940DC8;
}
.BgClassName
{
background-color: #940DC8;
}
</style>
border-color css
<style>
span { border-color: #940DC8; }
span { border-color: rgb(148,13,200); }
td.TdClassName
{
border-color: #940DC8;
}
.TagClassName
{
border-color: #940DC8;
}
</style>