Shades of Dark Orchid #922ECF
Tints of Dark Orchid #922ECF
RGB
CMYK
RGB Variations
Color information
#922ECF (or 0x922ECF) is known color: Dark Orchid. HEX triplet: 92, 2E and CF. RGB value is (146,46,207). Sum of RGB (Red+Green+Blue) = 146+46+207=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #922ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922ECF is #6DD130. Grayscale: #5D5D5D. Windows color (decimal): -7196977 or 13577874. OLE color: 13577874.
HSL color Cylindrical-coordinate representation of color #922ECF: hue angle of 277.27º 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 #922ECF is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 46 | 207 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.19 |
| HSL | 277.27º | 0.64% | 0.5% | - |
| HSV(B) | 277.27º | 0.78% | 0.81% | - |
| XYZ | 24.09 | 12.57 | 60.19 | - |
| YUV | 94.25 | 191.63 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 46 | 207 | 0.29 | 0.78 | 0 | 0.19 | 277.27 | 0.64 | 0.5 |
| Hex | 92 | 2E | CF | 1D | 4E | 0 | 13 | 115 | 40 | 32 |
| Octal | 222 | 56 | 317 | 35 | 116 | 0 | 23 | 425 | 100 | 62 |
| Binary | 10010010 | 101110 | 11001111 | 11101 | 1001110 | 0 | 10011 | 100010101 | 1000000 | 110010 |
Color Harmonies of #922ECF
Complementary color
Monochromatic Colors of #922ECF
Black with #922ECF
Text Example
Text Example
White with #922ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922ECF; }
p { color: rgb(146,46,207); }
H1.HeaderClassName
{
color: #922ECF;
}
.AnyTagClassName
{
color: #922ECF;
}
</style>
background-color css
<style>
a { background-color: #922ECF; }
a { background-color: rgb(146,46,207); }
div.DivClassName
{
background-color: #922ECF;
}
.BgClassName
{
background-color: #922ECF;
}
</style>
border-color css
<style>
span { border-color: #922ECF; }
span { border-color: rgb(146,46,207); }
td.TdClassName
{
border-color: #922ECF;
}
.TagClassName
{
border-color: #922ECF;
}
</style>