Shades of Dark Orchid #941DCC
Tints of Dark Orchid #941DCC
RGB
CMYK
RGB Variations
Color information
#941DCC (or 0x941DCC) is known color: Dark Orchid. HEX triplet: 94, 1D and CC. RGB value is (148,29,204). Sum of RGB (Red+Green+Blue) = 148+29+204=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #941DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941DCC is #6BE233. Grayscale: #535353. Windows color (decimal): -7070260 or 13376916. OLE color: 13376916.
HSL color Cylindrical-coordinate representation of color #941DCC: hue angle of 280.8º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941DCC is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 29 | 204 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.2 |
| HSL | 280.8º | 0.75% | 0.46% | - |
| HSV(B) | 280.8º | 0.86% | 0.8% | - |
| XYZ | 23.55 | 11.53 | 58.11 | - |
| YUV | 84.53 | 195.42 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 29 | 204 | 0.27 | 0.86 | 0 | 0.2 | 280.8 | 0.75 | 0.46 |
| Hex | 94 | 1D | CC | 1B | 56 | 0 | 14 | 119 | 4B | 2E |
| Octal | 224 | 35 | 314 | 33 | 126 | 0 | 24 | 431 | 113 | 56 |
| Binary | 10010100 | 11101 | 11001100 | 11011 | 1010110 | 0 | 10100 | 100011001 | 1001011 | 101110 |
Color Harmonies of #941DCC
Complementary color
Monochromatic Colors of #941DCC
Black with #941DCC
Text Example
Text Example
White with #941DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941DCC; }
p { color: rgb(148,29,204); }
H1.HeaderClassName
{
color: #941DCC;
}
.AnyTagClassName
{
color: #941DCC;
}
</style>
background-color css
<style>
a { background-color: #941DCC; }
a { background-color: rgb(148,29,204); }
div.DivClassName
{
background-color: #941DCC;
}
.BgClassName
{
background-color: #941DCC;
}
</style>
border-color css
<style>
span { border-color: #941DCC; }
span { border-color: rgb(148,29,204); }
td.TdClassName
{
border-color: #941DCC;
}
.TagClassName
{
border-color: #941DCC;
}
</style>