Shades of Dark Orchid #941EC6
Tints of Dark Orchid #941EC6
RGB
CMYK
RGB Variations
Color information
#941EC6 (or 0x941EC6) is known color: Dark Orchid. HEX triplet: 94, 1E and C6. RGB value is (148,30,198). Sum of RGB (Red+Green+Blue) = 148+30+198=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #941EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941EC6 is #6BE139. Grayscale: #535353. Windows color (decimal): -7070010 or 12983956. OLE color: 12983956.
HSL color Cylindrical-coordinate representation of color #941EC6: hue angle of 282.14º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941EC6 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 30 | 198 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.22 |
| HSL | 282.14º | 0.74% | 0.45% | - |
| HSV(B) | 282.14º | 0.85% | 0.78% | - |
| XYZ | 22.87 | 11.3 | 54.4 | - |
| YUV | 84.43 | 192.09 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 30 | 198 | 0.25 | 0.85 | 0 | 0.22 | 282.14 | 0.74 | 0.45 |
| Hex | 94 | 1E | C6 | 19 | 55 | 0 | 16 | 11A | 4A | 2D |
| Octal | 224 | 36 | 306 | 31 | 125 | 0 | 26 | 432 | 112 | 55 |
| Binary | 10010100 | 11110 | 11000110 | 11001 | 1010101 | 0 | 10110 | 100011010 | 1001010 | 101101 |
Color Harmonies of #941EC6
Complementary color
Monochromatic Colors of #941EC6
Black with #941EC6
Text Example
Text Example
White with #941EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941EC6; }
p { color: rgb(148,30,198); }
H1.HeaderClassName
{
color: #941EC6;
}
.AnyTagClassName
{
color: #941EC6;
}
</style>
background-color css
<style>
a { background-color: #941EC6; }
a { background-color: rgb(148,30,198); }
div.DivClassName
{
background-color: #941EC6;
}
.BgClassName
{
background-color: #941EC6;
}
</style>
border-color css
<style>
span { border-color: #941EC6; }
span { border-color: rgb(148,30,198); }
td.TdClassName
{
border-color: #941EC6;
}
.TagClassName
{
border-color: #941EC6;
}
</style>