Shades of Dark Violet #940FD1
Tints of Dark Violet #940FD1
RGB
CMYK
RGB Variations
Color information
#940FD1 (or 0x940FD1) is known color: Dark Violet. HEX triplet: 94, 0F and D1. RGB value is (148,15,209). Sum of RGB (Red+Green+Blue) = 148+15+209=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 209 (82.03% from 255 or 56.18% from 372); Max value from RGB is 209 - color contains mainly: blue. Hex color #940FD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940FD1 is #6BF02E. Grayscale: #4C4C4C. Windows color (decimal): -7073839 or 13701012. OLE color: 13701012.
HSL color Cylindrical-coordinate representation of color #940FD1: hue angle of 281.13º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940FD1 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 15 | 209 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.18 |
| HSL | 281.13º | 0.87% | 0.44% | - |
| HSV(B) | 281.13º | 0.93% | 0.82% | - |
| XYZ | 23.89 | 11.24 | 61.23 | - |
| YUV | 76.88 | 202.56 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 209 | 0.29 | 0.93 | 0 | 0.18 | 281.13 | 0.87 | 0.44 |
| Hex | 94 | F | D1 | 1D | 5D | 0 | 12 | 119 | 57 | 2C |
| Octal | 224 | 17 | 321 | 35 | 135 | 0 | 22 | 431 | 127 | 54 |
| Binary | 10010100 | 1111 | 11010001 | 11101 | 1011101 | 0 | 10010 | 100011001 | 1010111 | 101100 |
Color Harmonies of #940FD1
Complementary color
Monochromatic Colors of #940FD1
Black with #940FD1
Text Example
Text Example
White with #940FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940FD1; }
p { color: rgb(148,15,209); }
H1.HeaderClassName
{
color: #940FD1;
}
.AnyTagClassName
{
color: #940FD1;
}
</style>
background-color css
<style>
a { background-color: #940FD1; }
a { background-color: rgb(148,15,209); }
div.DivClassName
{
background-color: #940FD1;
}
.BgClassName
{
background-color: #940FD1;
}
</style>
border-color css
<style>
span { border-color: #940FD1; }
span { border-color: rgb(148,15,209); }
td.TdClassName
{
border-color: #940FD1;
}
.TagClassName
{
border-color: #940FD1;
}
</style>