Shades of Dark Violet #940CDB
Tints of Dark Violet #940CDB
RGB
CMYK
RGB Variations
Color information
#940CDB (or 0x940CDB) is known color: Dark Violet. HEX triplet: 94, 0C and DB. RGB value is (148,12,219). Sum of RGB (Red+Green+Blue) = 148+12+219=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #940CDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940CDB is #6BF324. Grayscale: #4B4B4B. Windows color (decimal): -7074597 or 14355604. OLE color: 14355604.
HSL color Cylindrical-coordinate representation of color #940CDB: hue angle of 279.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940CDB is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 12 | 219 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.14 |
| HSL | 279.42º | 0.9% | 0.45% | - |
| HSV(B) | 279.42º | 0.95% | 0.86% | - |
| XYZ | 25.13 | 11.67 | 67.95 | - |
| YUV | 76.26 | 208.56 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 219 | 0.32 | 0.95 | 0 | 0.14 | 279.42 | 0.9 | 0.45 |
| Hex | 94 | C | DB | 20 | 5F | 0 | E | 117 | 5A | 2D |
| Octal | 224 | 14 | 333 | 40 | 137 | 0 | 16 | 427 | 132 | 55 |
| Binary | 10010100 | 1100 | 11011011 | 100000 | 1011111 | 0 | 1110 | 100010111 | 1011010 | 101101 |
Color Harmonies of #940CDB
Complementary color
Monochromatic Colors of #940CDB
Black with #940CDB
Text Example
Text Example
White with #940CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940CDB; }
p { color: rgb(148,12,219); }
H1.HeaderClassName
{
color: #940CDB;
}
.AnyTagClassName
{
color: #940CDB;
}
</style>
background-color css
<style>
a { background-color: #940CDB; }
a { background-color: rgb(148,12,219); }
div.DivClassName
{
background-color: #940CDB;
}
.BgClassName
{
background-color: #940CDB;
}
</style>
border-color css
<style>
span { border-color: #940CDB; }
span { border-color: rgb(148,12,219); }
td.TdClassName
{
border-color: #940CDB;
}
.TagClassName
{
border-color: #940CDB;
}
</style>