Shades of Dark Orchid #941EC0
Tints of Dark Orchid #941EC0
RGB
CMYK
RGB Variations
Color information
#941EC0 (or 0x941EC0) is known color: Dark Orchid. HEX triplet: 94, 1E and C0. RGB value is (148,30,192). Sum of RGB (Red+Green+Blue) = 148+30+192=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #941EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941EC0 is #6BE13F. Grayscale: #535353. Windows color (decimal): -7070016 or 12590740. OLE color: 12590740.
HSL color Cylindrical-coordinate representation of color #941EC0: hue angle of 283.7º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941EC0 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 30 | 192 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.25 |
| HSL | 283.7º | 0.73% | 0.44% | - |
| HSV(B) | 283.7º | 0.84% | 0.75% | - |
| XYZ | 22.19 | 11.03 | 50.83 | - |
| YUV | 83.75 | 189.09 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 30 | 192 | 0.23 | 0.84 | 0 | 0.25 | 283.7 | 0.73 | 0.44 |
| Hex | 94 | 1E | C0 | 17 | 54 | 0 | 19 | 11C | 49 | 2C |
| Octal | 224 | 36 | 300 | 27 | 124 | 0 | 31 | 434 | 111 | 54 |
| Binary | 10010100 | 11110 | 11000000 | 10111 | 1010100 | 0 | 11001 | 100011100 | 1001001 | 101100 |
Color Harmonies of #941EC0
Complementary color
Monochromatic Colors of #941EC0
Black with #941EC0
Text Example
Text Example
White with #941EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941EC0; }
p { color: rgb(148,30,192); }
H1.HeaderClassName
{
color: #941EC0;
}
.AnyTagClassName
{
color: #941EC0;
}
</style>
background-color css
<style>
a { background-color: #941EC0; }
a { background-color: rgb(148,30,192); }
div.DivClassName
{
background-color: #941EC0;
}
.BgClassName
{
background-color: #941EC0;
}
</style>
border-color css
<style>
span { border-color: #941EC0; }
span { border-color: rgb(148,30,192); }
td.TdClassName
{
border-color: #941EC0;
}
.TagClassName
{
border-color: #941EC0;
}
</style>