Shades of Dark Violet #940CCD
Tints of Dark Violet #940CCD
RGB
CMYK
RGB Variations
Color information
#940CCD (or 0x940CCD) is known color: Dark Violet. HEX triplet: 94, 0C and CD. RGB value is (148,12,205). Sum of RGB (Red+Green+Blue) = 148+12+205=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #940CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CCD is #6BF332. Grayscale: #4A4A4A. Windows color (decimal): -7074611 or 13438100. OLE color: 13438100.
HSL color Cylindrical-coordinate representation of color #940CCD: hue angle of 282.28º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940CCD is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 12 | 205 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.20 |
| HSL | 282.28º | 0.89% | 0.43% | - |
| HSV(B) | 282.28º | 0.94% | 0.8% | - |
| XYZ | 23.36 | 10.97 | 58.64 | - |
| YUV | 74.67 | 201.56 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 205 | 0.28 | 0.94 | 0 | 0.20 | 282.28 | 0.89 | 0.43 |
| Hex | 94 | C | CD | 1C | 5E | 0 | 14 | 11A | 59 | 2B |
| Octal | 224 | 14 | 315 | 34 | 136 | 0 | 24 | 432 | 131 | 53 |
| Binary | 10010100 | 1100 | 11001101 | 11100 | 1011110 | 0 | 10100 | 100011010 | 1011001 | 101011 |
Color Harmonies of #940CCD
Complementary color
Monochromatic Colors of #940CCD
Black with #940CCD
Text Example
Text Example
White with #940CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940CCD; }
p { color: rgb(148,12,205); }
H1.HeaderClassName
{
color: #940CCD;
}
.AnyTagClassName
{
color: #940CCD;
}
</style>
background-color css
<style>
a { background-color: #940CCD; }
a { background-color: rgb(148,12,205); }
div.DivClassName
{
background-color: #940CCD;
}
.BgClassName
{
background-color: #940CCD;
}
</style>
border-color css
<style>
span { border-color: #940CCD; }
span { border-color: rgb(148,12,205); }
td.TdClassName
{
border-color: #940CCD;
}
.TagClassName
{
border-color: #940CCD;
}
</style>