Shades of Dark Violet #940BC1
Tints of Dark Violet #940BC1
RGB
CMYK
RGB Variations
Color information
#940BC1 (or 0x940BC1) is known color: Dark Violet. HEX triplet: 94, 0B and C1. RGB value is (148,11,193). Sum of RGB (Red+Green+Blue) = 148+11+193=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #940BC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940BC1 is #6BF43E. Grayscale: #484848. Windows color (decimal): -7074879 or 12651412. OLE color: 12651412.
HSL color Cylindrical-coordinate representation of color #940BC1: hue angle of 285.16º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940BC1 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 11 | 193 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.24 |
| HSL | 285.16º | 0.89% | 0.4% | - |
| HSV(B) | 285.16º | 0.94% | 0.76% | - |
| XYZ | 21.96 | 10.39 | 51.3 | - |
| YUV | 72.71 | 195.89 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 193 | 0.23 | 0.94 | 0 | 0.24 | 285.16 | 0.89 | 0.4 |
| Hex | 94 | B | C1 | 17 | 5E | 0 | 18 | 11D | 59 | 28 |
| Octal | 224 | 13 | 301 | 27 | 136 | 0 | 30 | 435 | 131 | 50 |
| Binary | 10010100 | 1011 | 11000001 | 10111 | 1011110 | 0 | 11000 | 100011101 | 1011001 | 101000 |
Color Harmonies of #940BC1
Complementary color
Monochromatic Colors of #940BC1
Black with #940BC1
Text Example
Text Example
White with #940BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940BC1; }
p { color: rgb(148,11,193); }
H1.HeaderClassName
{
color: #940BC1;
}
.AnyTagClassName
{
color: #940BC1;
}
</style>
background-color css
<style>
a { background-color: #940BC1; }
a { background-color: rgb(148,11,193); }
div.DivClassName
{
background-color: #940BC1;
}
.BgClassName
{
background-color: #940BC1;
}
</style>
border-color css
<style>
span { border-color: #940BC1; }
span { border-color: rgb(148,11,193); }
td.TdClassName
{
border-color: #940BC1;
}
.TagClassName
{
border-color: #940BC1;
}
</style>