Shades of Dark Orchid #942ECF
Tints of Dark Orchid #942ECF
RGB
CMYK
RGB Variations
Color information
#942ECF (or 0x942ECF) is known color: Dark Orchid. HEX triplet: 94, 2E and CF. RGB value is (148,46,207). Sum of RGB (Red+Green+Blue) = 148+46+207=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #942ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ECF is #6BD130. Grayscale: #5E5E5E. Windows color (decimal): -7065905 or 13577876. OLE color: 13577876.
HSL color Cylindrical-coordinate representation of color #942ECF: hue angle of 278.01º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942ECF is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 46 | 207 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.19 |
| HSL | 278.01º | 0.64% | 0.5% | - |
| HSV(B) | 278.01º | 0.78% | 0.81% | - |
| XYZ | 24.45 | 12.75 | 60.2 | - |
| YUV | 94.85 | 191.29 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 46 | 207 | 0.29 | 0.78 | 0 | 0.19 | 278.01 | 0.64 | 0.5 |
| Hex | 94 | 2E | CF | 1D | 4E | 0 | 13 | 116 | 40 | 32 |
| Octal | 224 | 56 | 317 | 35 | 116 | 0 | 23 | 426 | 100 | 62 |
| Binary | 10010100 | 101110 | 11001111 | 11101 | 1001110 | 0 | 10011 | 100010110 | 1000000 | 110010 |
Color Harmonies of #942ECF
Complementary color
Monochromatic Colors of #942ECF
Black with #942ECF
Text Example
Text Example
White with #942ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942ECF; }
p { color: rgb(148,46,207); }
H1.HeaderClassName
{
color: #942ECF;
}
.AnyTagClassName
{
color: #942ECF;
}
</style>
background-color css
<style>
a { background-color: #942ECF; }
a { background-color: rgb(148,46,207); }
div.DivClassName
{
background-color: #942ECF;
}
.BgClassName
{
background-color: #942ECF;
}
</style>
border-color css
<style>
span { border-color: #942ECF; }
span { border-color: rgb(148,46,207); }
td.TdClassName
{
border-color: #942ECF;
}
.TagClassName
{
border-color: #942ECF;
}
</style>