Shades of Dark Violet #940FC0
Tints of Dark Violet #940FC0
RGB
CMYK
RGB Variations
Color information
#940FC0 (or 0x940FC0) is known color: Dark Violet. HEX triplet: 94, 0F and C0. RGB value is (148,15,192). Sum of RGB (Red+Green+Blue) = 148+15+192=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #940FC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940FC0 is #6BF03F. Grayscale: #4A4A4A. Windows color (decimal): -7073856 or 12586900. OLE color: 12586900.
HSL color Cylindrical-coordinate representation of color #940FC0: hue angle of 285.08º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940FC0 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 15 | 192 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.25 |
| HSL | 285.08º | 0.86% | 0.41% | - |
| HSV(B) | 285.08º | 0.92% | 0.75% | - |
| XYZ | 21.9 | 10.44 | 50.73 | - |
| YUV | 74.95 | 194.06 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 192 | 0.23 | 0.92 | 0 | 0.25 | 285.08 | 0.86 | 0.41 |
| Hex | 94 | F | C0 | 17 | 5C | 0 | 19 | 11D | 56 | 29 |
| Octal | 224 | 17 | 300 | 27 | 134 | 0 | 31 | 435 | 126 | 51 |
| Binary | 10010100 | 1111 | 11000000 | 10111 | 1011100 | 0 | 11001 | 100011101 | 1010110 | 101001 |
Color Harmonies of #940FC0
Complementary color
Monochromatic Colors of #940FC0
Black with #940FC0
Text Example
Text Example
White with #940FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940FC0; }
p { color: rgb(148,15,192); }
H1.HeaderClassName
{
color: #940FC0;
}
.AnyTagClassName
{
color: #940FC0;
}
</style>
background-color css
<style>
a { background-color: #940FC0; }
a { background-color: rgb(148,15,192); }
div.DivClassName
{
background-color: #940FC0;
}
.BgClassName
{
background-color: #940FC0;
}
</style>
border-color css
<style>
span { border-color: #940FC0; }
span { border-color: rgb(148,15,192); }
td.TdClassName
{
border-color: #940FC0;
}
.TagClassName
{
border-color: #940FC0;
}
</style>