Shades of Dark Violet #940DF1
Tints of Dark Violet #940DF1
RGB
CMYK
RGB Variations
Color information
#940DF1 (or 0x940DF1) is known color: Dark Violet. HEX triplet: 94, 0D and F1. RGB value is (148,13,241). Sum of RGB (Red+Green+Blue) = 148+13+241=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 241 (94.53% from 255 or 59.95% from 402); Max value from RGB is 241 - color contains mainly: blue. Hex color #940DF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940DF1 is #6BF20E. Grayscale: #4E4E4E. Windows color (decimal): -7074319 or 15797652. OLE color: 15797652.
HSL color Cylindrical-coordinate representation of color #940DF1: hue angle of 275.53º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940DF1 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 13 | 241 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.05 |
| HSL | 275.53º | 0.9% | 0.5% | - |
| HSV(B) | 275.53º | 0.95% | 0.95% | - |
| XYZ | 28.23 | 12.93 | 84.23 | - |
| YUV | 79.36 | 219.23 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 241 | 0.39 | 0.95 | 0 | 0.05 | 275.53 | 0.9 | 0.5 |
| Hex | 94 | D | F1 | 27 | 5F | 0 | 5 | 114 | 5A | 32 |
| Octal | 224 | 15 | 361 | 47 | 137 | 0 | 5 | 424 | 132 | 62 |
| Binary | 10010100 | 1101 | 11110001 | 100111 | 1011111 | 0 | 101 | 100010100 | 1011010 | 110010 |
Color Harmonies of #940DF1
Complementary color
Monochromatic Colors of #940DF1
Black with #940DF1
Text Example
Text Example
White with #940DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940DF1; }
p { color: rgb(148,13,241); }
H1.HeaderClassName
{
color: #940DF1;
}
.AnyTagClassName
{
color: #940DF1;
}
</style>
background-color css
<style>
a { background-color: #940DF1; }
a { background-color: rgb(148,13,241); }
div.DivClassName
{
background-color: #940DF1;
}
.BgClassName
{
background-color: #940DF1;
}
</style>
border-color css
<style>
span { border-color: #940DF1; }
span { border-color: rgb(148,13,241); }
td.TdClassName
{
border-color: #940DF1;
}
.TagClassName
{
border-color: #940DF1;
}
</style>