Shades of Dark Orchid #992AAE
Tints of Dark Orchid #992AAE
RGB
CMYK
RGB Variations
Color information
#992AAE (or 0x992AAE) is known color: Dark Orchid. HEX triplet: 99, 2A and AE. RGB value is (153,42,174). Sum of RGB (Red+Green+Blue) = 153+42+174=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #992AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992AAE is #66D551. Grayscale: #595959. Windows color (decimal): -6739282 or 11414169. OLE color: 11414169.
HSL color Cylindrical-coordinate representation of color #992AAE: hue angle of 290.45º 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 #992AAE is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 42 | 174 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.32 |
| HSL | 290.45º | 0.61% | 0.42% | - |
| HSV(B) | 290.45º | 0.76% | 0.68% | - |
| XYZ | 21.6 | 11.48 | 41.12 | - |
| YUV | 90.24 | 175.27 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 174 | 0.12 | 0.76 | 0 | 0.32 | 290.45 | 0.61 | 0.42 |
| Hex | 99 | 2A | AE | C | 4C | 0 | 20 | 122 | 3D | 2A |
| Octal | 231 | 52 | 256 | 14 | 114 | 0 | 40 | 442 | 75 | 52 |
| Binary | 10011001 | 101010 | 10101110 | 1100 | 1001100 | 0 | 100000 | 100100010 | 111101 | 101010 |
Color Harmonies of #992AAE
Complementary color
Monochromatic Colors of #992AAE
Black with #992AAE
Text Example
Text Example
White with #992AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992AAE; }
p { color: rgb(153,42,174); }
H1.HeaderClassName
{
color: #992AAE;
}
.AnyTagClassName
{
color: #992AAE;
}
</style>
background-color css
<style>
a { background-color: #992AAE; }
a { background-color: rgb(153,42,174); }
div.DivClassName
{
background-color: #992AAE;
}
.BgClassName
{
background-color: #992AAE;
}
</style>
border-color css
<style>
span { border-color: #992AAE; }
span { border-color: rgb(153,42,174); }
td.TdClassName
{
border-color: #992AAE;
}
.TagClassName
{
border-color: #992AAE;
}
</style>