Shades of Dark Violet #940CC6
Tints of Dark Violet #940CC6
RGB
CMYK
RGB Variations
Color information
#940CC6 (or 0x940CC6) is known color: Dark Violet. HEX triplet: 94, 0C and C6. RGB value is (148,12,198). Sum of RGB (Red+Green+Blue) = 148+12+198=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #940CC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CC6 is #6BF339. Grayscale: #494949. Windows color (decimal): -7074618 or 12979348. OLE color: 12979348.
HSL color Cylindrical-coordinate representation of color #940CC6: hue angle of 283.87º 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 #940CC6 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 12 | 198 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.22 |
| HSL | 283.87º | 0.89% | 0.41% | - |
| HSV(B) | 283.87º | 0.94% | 0.78% | - |
| XYZ | 22.54 | 10.64 | 54.29 | - |
| YUV | 73.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 198 | 0.25 | 0.94 | 0 | 0.22 | 283.87 | 0.89 | 0.41 |
| Hex | 94 | C | C6 | 19 | 5E | 0 | 16 | 11C | 59 | 29 |
| Octal | 224 | 14 | 306 | 31 | 136 | 0 | 26 | 434 | 131 | 51 |
| Binary | 10010100 | 1100 | 11000110 | 11001 | 1011110 | 0 | 10110 | 100011100 | 1011001 | 101001 |
Color Harmonies of #940CC6
Complementary color
Monochromatic Colors of #940CC6
Black with #940CC6
Text Example
Text Example
White with #940CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940CC6; }
p { color: rgb(148,12,198); }
H1.HeaderClassName
{
color: #940CC6;
}
.AnyTagClassName
{
color: #940CC6;
}
</style>
background-color css
<style>
a { background-color: #940CC6; }
a { background-color: rgb(148,12,198); }
div.DivClassName
{
background-color: #940CC6;
}
.BgClassName
{
background-color: #940CC6;
}
</style>
border-color css
<style>
span { border-color: #940CC6; }
span { border-color: rgb(148,12,198); }
td.TdClassName
{
border-color: #940CC6;
}
.TagClassName
{
border-color: #940CC6;
}
</style>