Shades of Dark Orchid #992AAD
Tints of Dark Orchid #992AAD
RGB
CMYK
RGB Variations
Color information
#992AAD (or 0x992AAD) is known color: Dark Orchid. HEX triplet: 99, 2A and AD. RGB value is (153,42,173). Sum of RGB (Red+Green+Blue) = 153+42+173=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 42 (16.80% from 255 or 11.41% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #992AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992AAD is #66D552. Grayscale: #595959. Windows color (decimal): -6739283 or 11348633. OLE color: 11348633.
HSL color Cylindrical-coordinate representation of color #992AAD: hue angle of 290.84º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992AAD is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 42 | 173 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.32 |
| HSL | 290.84º | 0.61% | 0.42% | - |
| HSV(B) | 290.84º | 0.76% | 0.68% | - |
| XYZ | 21.51 | 11.45 | 40.61 | - |
| YUV | 90.12 | 174.77 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 173 | 0.12 | 0.76 | 0 | 0.32 | 290.84 | 0.61 | 0.42 |
| Hex | 99 | 2A | AD | C | 4C | 0 | 20 | 123 | 3D | 2A |
| Octal | 231 | 52 | 255 | 14 | 114 | 0 | 40 | 443 | 75 | 52 |
| Binary | 10011001 | 101010 | 10101101 | 1100 | 1001100 | 0 | 100000 | 100100011 | 111101 | 101010 |
Color Harmonies of #992AAD
Complementary color
Monochromatic Colors of #992AAD
Black with #992AAD
Text Example
Text Example
White with #992AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992AAD; }
p { color: rgb(153,42,173); }
H1.HeaderClassName
{
color: #992AAD;
}
.AnyTagClassName
{
color: #992AAD;
}
</style>
background-color css
<style>
a { background-color: #992AAD; }
a { background-color: rgb(153,42,173); }
div.DivClassName
{
background-color: #992AAD;
}
.BgClassName
{
background-color: #992AAD;
}
</style>
border-color css
<style>
span { border-color: #992AAD; }
span { border-color: rgb(153,42,173); }
td.TdClassName
{
border-color: #992AAD;
}
.TagClassName
{
border-color: #992AAD;
}
</style>