Shades of Dark Orchid #922DAD
Tints of Dark Orchid #922DAD
RGB
CMYK
RGB Variations
Color information
#922DAD (or 0x922DAD) is known color: Dark Orchid. HEX triplet: 92, 2D and AD. RGB value is (146,45,173). Sum of RGB (Red+Green+Blue) = 146+45+173=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #922DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #922DAD is #6DD252. Grayscale: #595959. Windows color (decimal): -7197267 or 11349394. OLE color: 11349394.
HSL color Cylindrical-coordinate representation of color #922DAD: hue angle of 287.34º 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 #922DAD is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 45 | 173 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.32 |
| HSL | 287.34º | 0.59% | 0.43% | - |
| HSV(B) | 287.34º | 0.74% | 0.68% | - |
| XYZ | 20.34 | 11 | 40.59 | - |
| YUV | 89.79 | 174.96 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 45 | 173 | 0.16 | 0.74 | 0 | 0.32 | 287.34 | 0.59 | 0.43 |
| Hex | 92 | 2D | AD | 10 | 4A | 0 | 20 | 11F | 3B | 2B |
| Octal | 222 | 55 | 255 | 20 | 112 | 0 | 40 | 437 | 73 | 53 |
| Binary | 10010010 | 101101 | 10101101 | 10000 | 1001010 | 0 | 100000 | 100011111 | 111011 | 101011 |
Color Harmonies of #922DAD
Complementary color
Monochromatic Colors of #922DAD
Black with #922DAD
Text Example
Text Example
White with #922DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922DAD; }
p { color: rgb(146,45,173); }
H1.HeaderClassName
{
color: #922DAD;
}
.AnyTagClassName
{
color: #922DAD;
}
</style>
background-color css
<style>
a { background-color: #922DAD; }
a { background-color: rgb(146,45,173); }
div.DivClassName
{
background-color: #922DAD;
}
.BgClassName
{
background-color: #922DAD;
}
</style>
border-color css
<style>
span { border-color: #922DAD; }
span { border-color: rgb(146,45,173); }
td.TdClassName
{
border-color: #922DAD;
}
.TagClassName
{
border-color: #922DAD;
}
</style>