Shades of Dark Violet #940CBC
Tints of Dark Violet #940CBC
RGB
CMYK
RGB Variations
Color information
#940CBC (or 0x940CBC) is known color: Dark Violet. HEX triplet: 94, 0C and BC. RGB value is (148,12,188). Sum of RGB (Red+Green+Blue) = 148+12+188=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #940CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CBC is #6BF343. Grayscale: #484848. Windows color (decimal): -7074628 or 12323988. OLE color: 12323988.
HSL color Cylindrical-coordinate representation of color #940CBC: hue angle of 286.36º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940CBC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 12 | 188 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.26 |
| HSL | 286.36º | 0.88% | 0.39% | - |
| HSV(B) | 286.36º | 0.94% | 0.74% | - |
| XYZ | 21.42 | 10.19 | 48.41 | - |
| YUV | 72.73 | 193.06 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 188 | 0.21 | 0.94 | 0 | 0.26 | 286.36 | 0.88 | 0.39 |
| Hex | 94 | C | BC | 15 | 5E | 0 | 1A | 11E | 58 | 27 |
| Octal | 224 | 14 | 274 | 25 | 136 | 0 | 32 | 436 | 130 | 47 |
| Binary | 10010100 | 1100 | 10111100 | 10101 | 1011110 | 0 | 11010 | 100011110 | 1011000 | 100111 |
Color Harmonies of #940CBC
Complementary color
Monochromatic Colors of #940CBC
Black with #940CBC
Text Example
Text Example
White with #940CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940CBC; }
p { color: rgb(148,12,188); }
H1.HeaderClassName
{
color: #940CBC;
}
.AnyTagClassName
{
color: #940CBC;
}
</style>
background-color css
<style>
a { background-color: #940CBC; }
a { background-color: rgb(148,12,188); }
div.DivClassName
{
background-color: #940CBC;
}
.BgClassName
{
background-color: #940CBC;
}
</style>
border-color css
<style>
span { border-color: #940CBC; }
span { border-color: rgb(148,12,188); }
td.TdClassName
{
border-color: #940CBC;
}
.TagClassName
{
border-color: #940CBC;
}
</style>