Shades of Dark Violet #940FC5
Tints of Dark Violet #940FC5
RGB
CMYK
RGB Variations
Color information
#940FC5 (or 0x940FC5) is known color: Dark Violet. HEX triplet: 94, 0F and C5. RGB value is (148,15,197). Sum of RGB (Red+Green+Blue) = 148+15+197=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 197 (77.34% from 255 or 54.72% from 360); Max value from RGB is 197 - color contains mainly: blue. Hex color #940FC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940FC5 is #6BF03A. Grayscale: #4A4A4A. Windows color (decimal): -7073851 or 12914580. OLE color: 12914580.
HSL color Cylindrical-coordinate representation of color #940FC5: hue angle of 283.85º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940FC5 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 15 | 197 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.23 |
| HSL | 283.85º | 0.86% | 0.42% | - |
| HSV(B) | 283.85º | 0.92% | 0.77% | - |
| XYZ | 22.46 | 10.67 | 53.7 | - |
| YUV | 75.52 | 196.56 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 197 | 0.25 | 0.92 | 0 | 0.23 | 283.85 | 0.86 | 0.42 |
| Hex | 94 | F | C5 | 19 | 5C | 0 | 17 | 11C | 56 | 2A |
| Octal | 224 | 17 | 305 | 31 | 134 | 0 | 27 | 434 | 126 | 52 |
| Binary | 10010100 | 1111 | 11000101 | 11001 | 1011100 | 0 | 10111 | 100011100 | 1010110 | 101010 |
Color Harmonies of #940FC5
Complementary color
Monochromatic Colors of #940FC5
Black with #940FC5
Text Example
Text Example
White with #940FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940FC5; }
p { color: rgb(148,15,197); }
H1.HeaderClassName
{
color: #940FC5;
}
.AnyTagClassName
{
color: #940FC5;
}
</style>
background-color css
<style>
a { background-color: #940FC5; }
a { background-color: rgb(148,15,197); }
div.DivClassName
{
background-color: #940FC5;
}
.BgClassName
{
background-color: #940FC5;
}
</style>
border-color css
<style>
span { border-color: #940FC5; }
span { border-color: rgb(148,15,197); }
td.TdClassName
{
border-color: #940FC5;
}
.TagClassName
{
border-color: #940FC5;
}
</style>