Shades of Dark Violet #940CDF
Tints of Dark Violet #940CDF
RGB
CMYK
RGB Variations
Color information
#940CDF (or 0x940CDF) is known color: Dark Violet. HEX triplet: 94, 0C and DF. RGB value is (148,12,223). Sum of RGB (Red+Green+Blue) = 148+12+223=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #940CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CDF is #6BF320. Grayscale: #4C4C4C. Windows color (decimal): -7074593 or 14617748. OLE color: 14617748.
HSL color Cylindrical-coordinate representation of color #940CDF: hue angle of 278.67º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940CDF is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 12 | 223 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.13 |
| HSL | 278.67º | 0.9% | 0.46% | - |
| HSV(B) | 278.67º | 0.95% | 0.87% | - |
| XYZ | 25.66 | 11.89 | 70.75 | - |
| YUV | 76.72 | 210.56 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 223 | 0.34 | 0.95 | 0 | 0.13 | 278.67 | 0.9 | 0.46 |
| Hex | 94 | C | DF | 22 | 5F | 0 | D | 117 | 5A | 2E |
| Octal | 224 | 14 | 337 | 42 | 137 | 0 | 15 | 427 | 132 | 56 |
| Binary | 10010100 | 1100 | 11011111 | 100010 | 1011111 | 0 | 1101 | 100010111 | 1011010 | 101110 |
Color Harmonies of #940CDF
Complementary color
Monochromatic Colors of #940CDF
Black with #940CDF
Text Example
Text Example
White with #940CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940CDF; }
p { color: rgb(148,12,223); }
H1.HeaderClassName
{
color: #940CDF;
}
.AnyTagClassName
{
color: #940CDF;
}
</style>
background-color css
<style>
a { background-color: #940CDF; }
a { background-color: rgb(148,12,223); }
div.DivClassName
{
background-color: #940CDF;
}
.BgClassName
{
background-color: #940CDF;
}
</style>
border-color css
<style>
span { border-color: #940CDF; }
span { border-color: rgb(148,12,223); }
td.TdClassName
{
border-color: #940CDF;
}
.TagClassName
{
border-color: #940CDF;
}
</style>