Shades of Dark Violet #940CC7
Tints of Dark Violet #940CC7
RGB
CMYK
RGB Variations
Color information
#940CC7 (or 0x940CC7) is known color: Dark Violet. HEX triplet: 94, 0C and C7. RGB value is (148,12,199). Sum of RGB (Red+Green+Blue) = 148+12+199=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 199 (78.12% from 255 or 55.43% from 359); Max value from RGB is 199 - color contains mainly: blue. Hex color #940CC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CC7 is #6BF338. Grayscale: #494949. Windows color (decimal): -7074617 or 13044884. OLE color: 13044884.
HSL color Cylindrical-coordinate representation of color #940CC7: hue angle of 283.64º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940CC7 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 12 | 199 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.22 |
| HSL | 283.64º | 0.89% | 0.41% | - |
| HSV(B) | 283.64º | 0.94% | 0.78% | - |
| XYZ | 22.65 | 10.68 | 54.9 | - |
| YUV | 73.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 199 | 0.26 | 0.94 | 0 | 0.22 | 283.64 | 0.89 | 0.41 |
| Hex | 94 | C | C7 | 1A | 5E | 0 | 16 | 11C | 59 | 29 |
| Octal | 224 | 14 | 307 | 32 | 136 | 0 | 26 | 434 | 131 | 51 |
| Binary | 10010100 | 1100 | 11000111 | 11010 | 1011110 | 0 | 10110 | 100011100 | 1011001 | 101001 |
Color Harmonies of #940CC7
Complementary color
Monochromatic Colors of #940CC7
Black with #940CC7
Text Example
Text Example
White with #940CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940CC7; }
p { color: rgb(148,12,199); }
H1.HeaderClassName
{
color: #940CC7;
}
.AnyTagClassName
{
color: #940CC7;
}
</style>
background-color css
<style>
a { background-color: #940CC7; }
a { background-color: rgb(148,12,199); }
div.DivClassName
{
background-color: #940CC7;
}
.BgClassName
{
background-color: #940CC7;
}
</style>
border-color css
<style>
span { border-color: #940CC7; }
span { border-color: rgb(148,12,199); }
td.TdClassName
{
border-color: #940CC7;
}
.TagClassName
{
border-color: #940CC7;
}
</style>