Shades of Dark Violet #940BDC
Tints of Dark Violet #940BDC
RGB
CMYK
RGB Variations
Color information
#940BDC (or 0x940BDC) is known color: Dark Violet. HEX triplet: 94, 0B and DC. RGB value is (148,11,220). Sum of RGB (Red+Green+Blue) = 148+11+220=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #940BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940BDC is #6BF423. Grayscale: #4B4B4B. Windows color (decimal): -7074852 or 14420884. OLE color: 14420884.
HSL color Cylindrical-coordinate representation of color #940BDC: hue angle of 279.33º 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 #940BDC is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 11 | 220 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.14 |
| HSL | 279.33º | 0.9% | 0.45% | - |
| HSV(B) | 279.33º | 0.95% | 0.86% | - |
| XYZ | 25.25 | 11.7 | 68.64 | - |
| YUV | 75.79 | 209.39 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 220 | 0.33 | 0.95 | 0 | 0.14 | 279.33 | 0.9 | 0.45 |
| Hex | 94 | B | DC | 21 | 5F | 0 | E | 117 | 5A | 2D |
| Octal | 224 | 13 | 334 | 41 | 137 | 0 | 16 | 427 | 132 | 55 |
| Binary | 10010100 | 1011 | 11011100 | 100001 | 1011111 | 0 | 1110 | 100010111 | 1011010 | 101101 |
Color Harmonies of #940BDC
Complementary color
Monochromatic Colors of #940BDC
Black with #940BDC
Text Example
Text Example
White with #940BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940BDC; }
p { color: rgb(148,11,220); }
H1.HeaderClassName
{
color: #940BDC;
}
.AnyTagClassName
{
color: #940BDC;
}
</style>
background-color css
<style>
a { background-color: #940BDC; }
a { background-color: rgb(148,11,220); }
div.DivClassName
{
background-color: #940BDC;
}
.BgClassName
{
background-color: #940BDC;
}
</style>
border-color css
<style>
span { border-color: #940BDC; }
span { border-color: rgb(148,11,220); }
td.TdClassName
{
border-color: #940BDC;
}
.TagClassName
{
border-color: #940BDC;
}
</style>