Shades of Dark Orchid #941ECF
Tints of Dark Orchid #941ECF
RGB
CMYK
RGB Variations
Color information
#941ECF (or 0x941ECF) is known color: Dark Orchid. HEX triplet: 94, 1E and CF. RGB value is (148,30,207). Sum of RGB (Red+Green+Blue) = 148+30+207=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #941ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941ECF is #6BE130. Grayscale: #545454. Windows color (decimal): -7070001 or 13573780. OLE color: 13573780.
HSL color Cylindrical-coordinate representation of color #941ECF: hue angle of 280º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941ECF is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 30 | 207 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.19 |
| HSL | 280º | 0.75% | 0.46% | - |
| HSV(B) | 280º | 0.86% | 0.81% | - |
| XYZ | 23.94 | 11.73 | 60.03 | - |
| YUV | 85.46 | 196.59 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 30 | 207 | 0.29 | 0.86 | 0 | 0.19 | 280 | 0.75 | 0.46 |
| Hex | 94 | 1E | CF | 1D | 56 | 0 | 13 | 118 | 4B | 2E |
| Octal | 224 | 36 | 317 | 35 | 126 | 0 | 23 | 430 | 113 | 56 |
| Binary | 10010100 | 11110 | 11001111 | 11101 | 1010110 | 0 | 10011 | 100011000 | 1001011 | 101110 |
Color Harmonies of #941ECF
Complementary color
Monochromatic Colors of #941ECF
Black with #941ECF
Text Example
Text Example
White with #941ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941ECF; }
p { color: rgb(148,30,207); }
H1.HeaderClassName
{
color: #941ECF;
}
.AnyTagClassName
{
color: #941ECF;
}
</style>
background-color css
<style>
a { background-color: #941ECF; }
a { background-color: rgb(148,30,207); }
div.DivClassName
{
background-color: #941ECF;
}
.BgClassName
{
background-color: #941ECF;
}
</style>
border-color css
<style>
span { border-color: #941ECF; }
span { border-color: rgb(148,30,207); }
td.TdClassName
{
border-color: #941ECF;
}
.TagClassName
{
border-color: #941ECF;
}
</style>