Shades of Dark Violet #940CDA
Tints of Dark Violet #940CDA
RGB
CMYK
RGB Variations
Color information
#940CDA (or 0x940CDA) is known color: Dark Violet. HEX triplet: 94, 0C and DA. RGB value is (148,12,218). Sum of RGB (Red+Green+Blue) = 148+12+218=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #940CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CDA is #6BF325. Grayscale: #4B4B4B. Windows color (decimal): -7074598 or 14290068. OLE color: 14290068.
HSL color Cylindrical-coordinate representation of color #940CDA: hue angle of 279.61º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940CDA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 12 | 218 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.15 |
| HSL | 279.61º | 0.9% | 0.45% | - |
| HSV(B) | 279.61º | 0.94% | 0.85% | - |
| XYZ | 25 | 11.62 | 67.26 | - |
| YUV | 76.15 | 208.06 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 218 | 0.32 | 0.94 | 0 | 0.15 | 279.61 | 0.9 | 0.45 |
| Hex | 94 | C | DA | 20 | 5E | 0 | F | 118 | 5A | 2D |
| Octal | 224 | 14 | 332 | 40 | 136 | 0 | 17 | 430 | 132 | 55 |
| Binary | 10010100 | 1100 | 11011010 | 100000 | 1011110 | 0 | 1111 | 100011000 | 1011010 | 101101 |
Color Harmonies of #940CDA
Complementary color
Monochromatic Colors of #940CDA
Black with #940CDA
Text Example
Text Example
White with #940CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940CDA; }
p { color: rgb(148,12,218); }
H1.HeaderClassName
{
color: #940CDA;
}
.AnyTagClassName
{
color: #940CDA;
}
</style>
background-color css
<style>
a { background-color: #940CDA; }
a { background-color: rgb(148,12,218); }
div.DivClassName
{
background-color: #940CDA;
}
.BgClassName
{
background-color: #940CDA;
}
</style>
border-color css
<style>
span { border-color: #940CDA; }
span { border-color: rgb(148,12,218); }
td.TdClassName
{
border-color: #940CDA;
}
.TagClassName
{
border-color: #940CDA;
}
</style>