Shades of Dark Orchid #922CAE
Tints of Dark Orchid #922CAE
RGB
CMYK
RGB Variations
Color information
#922CAE (or 0x922CAE) is known color: Dark Orchid. HEX triplet: 92, 2C and AE. RGB value is (146,44,174). Sum of RGB (Red+Green+Blue) = 146+44+174=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #922CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922CAE is #6DD351. Grayscale: #585858. Windows color (decimal): -7197522 or 11414674. OLE color: 11414674.
HSL color Cylindrical-coordinate representation of color #922CAE: hue angle of 287.08º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #922CAE is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 44 | 174 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.32 |
| HSL | 287.08º | 0.6% | 0.43% | - |
| HSV(B) | 287.08º | 0.75% | 0.68% | - |
| XYZ | 20.39 | 10.97 | 41.09 | - |
| YUV | 89.32 | 175.79 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 44 | 174 | 0.16 | 0.75 | 0 | 0.32 | 287.08 | 0.6 | 0.43 |
| Hex | 92 | 2C | AE | 10 | 4B | 0 | 20 | 11F | 3C | 2B |
| Octal | 222 | 54 | 256 | 20 | 113 | 0 | 40 | 437 | 74 | 53 |
| Binary | 10010010 | 101100 | 10101110 | 10000 | 1001011 | 0 | 100000 | 100011111 | 111100 | 101011 |
Color Harmonies of #922CAE
Complementary color
Monochromatic Colors of #922CAE
Black with #922CAE
Text Example
Text Example
White with #922CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922CAE; }
p { color: rgb(146,44,174); }
H1.HeaderClassName
{
color: #922CAE;
}
.AnyTagClassName
{
color: #922CAE;
}
</style>
background-color css
<style>
a { background-color: #922CAE; }
a { background-color: rgb(146,44,174); }
div.DivClassName
{
background-color: #922CAE;
}
.BgClassName
{
background-color: #922CAE;
}
</style>
border-color css
<style>
span { border-color: #922CAE; }
span { border-color: rgb(146,44,174); }
td.TdClassName
{
border-color: #922CAE;
}
.TagClassName
{
border-color: #922CAE;
}
</style>