Shades of Dark Orchid #941DD3
Tints of Dark Orchid #941DD3
RGB
CMYK
RGB Variations
Color information
#941DD3 (or 0x941DD3) is known color: Dark Orchid. HEX triplet: 94, 1D and D3. RGB value is (148,29,211). Sum of RGB (Red+Green+Blue) = 148+29+211=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 211 (82.81% from 255 or 54.38% from 388); Max value from RGB is 211 - color contains mainly: blue. Hex color #941DD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941DD3 is #6BE22C. Grayscale: #545454. Windows color (decimal): -7070253 or 13835668. OLE color: 13835668.
HSL color Cylindrical-coordinate representation of color #941DD3: hue angle of 279.23º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941DD3 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 29 | 211 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.17 |
| HSL | 279.23º | 0.76% | 0.47% | - |
| HSV(B) | 279.23º | 0.86% | 0.83% | - |
| XYZ | 24.41 | 11.88 | 62.63 | - |
| YUV | 85.33 | 198.92 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 211 | 0.30 | 0.86 | 0 | 0.17 | 279.23 | 0.76 | 0.47 |
| Hex | 94 | 1D | D3 | 1E | 56 | 0 | 11 | 117 | 4C | 2F |
| Octal | 224 | 35 | 323 | 36 | 126 | 0 | 21 | 427 | 114 | 57 |
| Binary | 10010100 | 11101 | 11010011 | 11110 | 1010110 | 0 | 10001 | 100010111 | 1001100 | 101111 |
Color Harmonies of #941DD3
Complementary color
Monochromatic Colors of #941DD3
Black with #941DD3
Text Example
Text Example
White with #941DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941DD3; }
p { color: rgb(148,29,211); }
H1.HeaderClassName
{
color: #941DD3;
}
.AnyTagClassName
{
color: #941DD3;
}
</style>
background-color css
<style>
a { background-color: #941DD3; }
a { background-color: rgb(148,29,211); }
div.DivClassName
{
background-color: #941DD3;
}
.BgClassName
{
background-color: #941DD3;
}
</style>
border-color css
<style>
span { border-color: #941DD3; }
span { border-color: rgb(148,29,211); }
td.TdClassName
{
border-color: #941DD3;
}
.TagClassName
{
border-color: #941DD3;
}
</style>