Shades of Dark Orchid #922ECE
Tints of Dark Orchid #922ECE
RGB
CMYK
RGB Variations
Color information
#922ECE (or 0x922ECE) is known color: Dark Orchid. HEX triplet: 92, 2E and CE. RGB value is (146,46,206). Sum of RGB (Red+Green+Blue) = 146+46+206=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #922ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922ECE is #6DD131. Grayscale: #5D5D5D. Windows color (decimal): -7196978 or 13512338. OLE color: 13512338.
HSL color Cylindrical-coordinate representation of color #922ECE: hue angle of 277.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #922ECE is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 46 | 206 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.19 |
| HSL | 277.5º | 0.63% | 0.49% | - |
| HSV(B) | 277.5º | 0.78% | 0.81% | - |
| XYZ | 23.97 | 12.52 | 59.55 | - |
| YUV | 94.14 | 191.13 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 46 | 206 | 0.29 | 0.78 | 0 | 0.19 | 277.5 | 0.63 | 0.49 |
| Hex | 92 | 2E | CE | 1D | 4E | 0 | 13 | 116 | 3F | 31 |
| Octal | 222 | 56 | 316 | 35 | 116 | 0 | 23 | 426 | 77 | 61 |
| Binary | 10010010 | 101110 | 11001110 | 11101 | 1001110 | 0 | 10011 | 100010110 | 111111 | 110001 |
Color Harmonies of #922ECE
Complementary color
Monochromatic Colors of #922ECE
Black with #922ECE
Text Example
Text Example
White with #922ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922ECE; }
p { color: rgb(146,46,206); }
H1.HeaderClassName
{
color: #922ECE;
}
.AnyTagClassName
{
color: #922ECE;
}
</style>
background-color css
<style>
a { background-color: #922ECE; }
a { background-color: rgb(146,46,206); }
div.DivClassName
{
background-color: #922ECE;
}
.BgClassName
{
background-color: #922ECE;
}
</style>
border-color css
<style>
span { border-color: #922ECE; }
span { border-color: rgb(146,46,206); }
td.TdClassName
{
border-color: #922ECE;
}
.TagClassName
{
border-color: #922ECE;
}
</style>