Shades of Dark Orchid #922DAE
Tints of Dark Orchid #922DAE
RGB
CMYK
RGB Variations
Color information
#922DAE (or 0x922DAE) is known color: Dark Orchid. HEX triplet: 92, 2D and AE. RGB value is (146,45,174). Sum of RGB (Red+Green+Blue) = 146+45+174=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #922DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922DAE is #6DD251. Grayscale: #595959. Windows color (decimal): -7197266 or 11414930. OLE color: 11414930.
HSL color Cylindrical-coordinate representation of color #922DAE: hue angle of 286.98º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #922DAE is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 45 | 174 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.32 |
| HSL | 286.98º | 0.59% | 0.43% | - |
| HSV(B) | 286.98º | 0.74% | 0.68% | - |
| XYZ | 20.43 | 11.04 | 41.1 | - |
| YUV | 89.91 | 175.46 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 174 | 0.16 | 0.74 | 0 | 0.32 | 286.98 | 0.59 | 0.43 |
| Hex | 92 | 2D | AE | 10 | 4A | 0 | 20 | 11F | 3B | 2B |
| Octal | 222 | 55 | 256 | 20 | 112 | 0 | 40 | 437 | 73 | 53 |
| Binary | 10010010 | 101101 | 10101110 | 10000 | 1001010 | 0 | 100000 | 100011111 | 111011 | 101011 |
Color Harmonies of #922DAE
Complementary color
Monochromatic Colors of #922DAE
Black with #922DAE
Text Example
Text Example
White with #922DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922DAE; }
p { color: rgb(146,45,174); }
H1.HeaderClassName
{
color: #922DAE;
}
.AnyTagClassName
{
color: #922DAE;
}
</style>
background-color css
<style>
a { background-color: #922DAE; }
a { background-color: rgb(146,45,174); }
div.DivClassName
{
background-color: #922DAE;
}
.BgClassName
{
background-color: #922DAE;
}
</style>
border-color css
<style>
span { border-color: #922DAE; }
span { border-color: rgb(146,45,174); }
td.TdClassName
{
border-color: #922DAE;
}
.TagClassName
{
border-color: #922DAE;
}
</style>