Shades of Dark Orchid #992DAE
Tints of Dark Orchid #992DAE
RGB
CMYK
RGB Variations
Color information
#992DAE (or 0x992DAE) is known color: Dark Orchid. HEX triplet: 99, 2D and AE. RGB value is (153,45,174). Sum of RGB (Red+Green+Blue) = 153+45+174=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #992DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992DAE is #66D251. Grayscale: #5B5B5B. Windows color (decimal): -6738514 or 11414937. OLE color: 11414937.
HSL color Cylindrical-coordinate representation of color #992DAE: hue angle of 290.23º 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 #992DAE is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 45 | 174 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.32 |
| HSL | 290.23º | 0.59% | 0.43% | - |
| HSV(B) | 290.23º | 0.74% | 0.68% | - |
| XYZ | 21.72 | 11.71 | 41.16 | - |
| YUV | 92 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 174 | 0.12 | 0.74 | 0 | 0.32 | 290.23 | 0.59 | 0.43 |
| Hex | 99 | 2D | AE | C | 4A | 0 | 20 | 122 | 3B | 2B |
| Octal | 231 | 55 | 256 | 14 | 112 | 0 | 40 | 442 | 73 | 53 |
| Binary | 10011001 | 101101 | 10101110 | 1100 | 1001010 | 0 | 100000 | 100100010 | 111011 | 101011 |
Color Harmonies of #992DAE
Complementary color
Monochromatic Colors of #992DAE
Black with #992DAE
Text Example
Text Example
White with #992DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992DAE; }
p { color: rgb(153,45,174); }
H1.HeaderClassName
{
color: #992DAE;
}
.AnyTagClassName
{
color: #992DAE;
}
</style>
background-color css
<style>
a { background-color: #992DAE; }
a { background-color: rgb(153,45,174); }
div.DivClassName
{
background-color: #992DAE;
}
.BgClassName
{
background-color: #992DAE;
}
</style>
border-color css
<style>
span { border-color: #992DAE; }
span { border-color: rgb(153,45,174); }
td.TdClassName
{
border-color: #992DAE;
}
.TagClassName
{
border-color: #992DAE;
}
</style>