Shades of Dark Violet #940CBA
Tints of Dark Violet #940CBA
RGB
CMYK
RGB Variations
Color information
#940CBA (or 0x940CBA) is known color: Dark Violet. HEX triplet: 94, 0C and BA. RGB value is (148,12,186). Sum of RGB (Red+Green+Blue) = 148+12+186=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #940CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CBA is #6BF345. Grayscale: #474747. Windows color (decimal): -7074630 or 12192916. OLE color: 12192916.
HSL color Cylindrical-coordinate representation of color #940CBA: hue angle of 286.9º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940CBA is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 12 | 186 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.27 |
| HSL | 286.9º | 0.88% | 0.39% | - |
| HSV(B) | 286.9º | 0.94% | 0.73% | - |
| XYZ | 21.21 | 10.1 | 47.29 | - |
| YUV | 72.5 | 192.06 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 186 | 0.20 | 0.94 | 0 | 0.27 | 286.9 | 0.88 | 0.39 |
| Hex | 94 | C | BA | 14 | 5E | 0 | 1B | 11F | 58 | 27 |
| Octal | 224 | 14 | 272 | 24 | 136 | 0 | 33 | 437 | 130 | 47 |
| Binary | 10010100 | 1100 | 10111010 | 10100 | 1011110 | 0 | 11011 | 100011111 | 1011000 | 100111 |
Color Harmonies of #940CBA
Complementary color
Monochromatic Colors of #940CBA
Black with #940CBA
Text Example
Text Example
White with #940CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940CBA; }
p { color: rgb(148,12,186); }
H1.HeaderClassName
{
color: #940CBA;
}
.AnyTagClassName
{
color: #940CBA;
}
</style>
background-color css
<style>
a { background-color: #940CBA; }
a { background-color: rgb(148,12,186); }
div.DivClassName
{
background-color: #940CBA;
}
.BgClassName
{
background-color: #940CBA;
}
</style>
border-color css
<style>
span { border-color: #940CBA; }
span { border-color: rgb(148,12,186); }
td.TdClassName
{
border-color: #940CBA;
}
.TagClassName
{
border-color: #940CBA;
}
</style>