Shades of Dark Orchid #941DD0
Tints of Dark Orchid #941DD0
RGB
CMYK
RGB Variations
Color information
#941DD0 (or 0x941DD0) is known color: Dark Orchid. HEX triplet: 94, 1D and D0. RGB value is (148,29,208). Sum of RGB (Red+Green+Blue) = 148+29+208=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #941DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941DD0 is #6BE22F. Grayscale: #545454. Windows color (decimal): -7070256 or 13639060. OLE color: 13639060.
HSL color Cylindrical-coordinate representation of color #941DD0: hue angle of 279.89º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941DD0 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 29 | 208 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.18 |
| HSL | 279.89º | 0.76% | 0.46% | - |
| HSV(B) | 279.89º | 0.86% | 0.82% | - |
| XYZ | 24.04 | 11.73 | 60.67 | - |
| YUV | 84.99 | 197.42 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 208 | 0.29 | 0.86 | 0 | 0.18 | 279.89 | 0.76 | 0.46 |
| Hex | 94 | 1D | D0 | 1D | 56 | 0 | 12 | 118 | 4C | 2E |
| Octal | 224 | 35 | 320 | 35 | 126 | 0 | 22 | 430 | 114 | 56 |
| Binary | 10010100 | 11101 | 11010000 | 11101 | 1010110 | 0 | 10010 | 100011000 | 1001100 | 101110 |
Color Harmonies of #941DD0
Complementary color
Monochromatic Colors of #941DD0
Black with #941DD0
Text Example
Text Example
White with #941DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941DD0; }
p { color: rgb(148,29,208); }
H1.HeaderClassName
{
color: #941DD0;
}
.AnyTagClassName
{
color: #941DD0;
}
</style>
background-color css
<style>
a { background-color: #941DD0; }
a { background-color: rgb(148,29,208); }
div.DivClassName
{
background-color: #941DD0;
}
.BgClassName
{
background-color: #941DD0;
}
</style>
border-color css
<style>
span { border-color: #941DD0; }
span { border-color: rgb(148,29,208); }
td.TdClassName
{
border-color: #941DD0;
}
.TagClassName
{
border-color: #941DD0;
}
</style>