Shades of Dark Violet #940DBA
Tints of Dark Violet #940DBA
RGB
CMYK
RGB Variations
Color information
#940DBA (or 0x940DBA) is known color: Dark Violet. HEX triplet: 94, 0D and BA. RGB value is (148,13,186). Sum of RGB (Red+Green+Blue) = 148+13+186=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #940DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940DBA is #6BF245. Grayscale: #484848. Windows color (decimal): -7074374 or 12193172. OLE color: 12193172.
HSL color Cylindrical-coordinate representation of color #940DBA: hue angle of 286.82º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940DBA is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 13 | 186 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.27 |
| HSL | 286.82º | 0.87% | 0.39% | - |
| HSV(B) | 286.82º | 0.93% | 0.73% | - |
| XYZ | 21.22 | 10.13 | 47.29 | - |
| YUV | 73.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 13 | 186 | 0.20 | 0.93 | 0 | 0.27 | 286.82 | 0.87 | 0.39 |
| Hex | 94 | D | BA | 14 | 5D | 0 | 1B | 11F | 57 | 27 |
| Octal | 224 | 15 | 272 | 24 | 135 | 0 | 33 | 437 | 127 | 47 |
| Binary | 10010100 | 1101 | 10111010 | 10100 | 1011101 | 0 | 11011 | 100011111 | 1010111 | 100111 |
Color Harmonies of #940DBA
Complementary color
Monochromatic Colors of #940DBA
Black with #940DBA
Text Example
Text Example
White with #940DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940DBA; }
p { color: rgb(148,13,186); }
H1.HeaderClassName
{
color: #940DBA;
}
.AnyTagClassName
{
color: #940DBA;
}
</style>
background-color css
<style>
a { background-color: #940DBA; }
a { background-color: rgb(148,13,186); }
div.DivClassName
{
background-color: #940DBA;
}
.BgClassName
{
background-color: #940DBA;
}
</style>
border-color css
<style>
span { border-color: #940DBA; }
span { border-color: rgb(148,13,186); }
td.TdClassName
{
border-color: #940DBA;
}
.TagClassName
{
border-color: #940DBA;
}
</style>