Shades of Dark Orchid #992FAE
Tints of Dark Orchid #992FAE
RGB
CMYK
RGB Variations
Color information
#992FAE (or 0x992FAE) is known color: Dark Orchid. HEX triplet: 99, 2F and AE. RGB value is (153,47,174). Sum of RGB (Red+Green+Blue) = 153+47+174=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #992FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992FAE is #66D051. Grayscale: #5C5C5C. Windows color (decimal): -6738002 or 11415449. OLE color: 11415449.
HSL color Cylindrical-coordinate representation of color #992FAE: hue angle of 290.08º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992FAE is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 47 | 174 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.32 |
| HSL | 290.08º | 0.57% | 0.43% | - |
| HSV(B) | 290.08º | 0.73% | 0.68% | - |
| XYZ | 21.79 | 11.86 | 41.19 | - |
| YUV | 93.17 | 173.62 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 174 | 0.12 | 0.73 | 0 | 0.32 | 290.08 | 0.57 | 0.43 |
| Hex | 99 | 2F | AE | C | 49 | 0 | 20 | 122 | 39 | 2B |
| Octal | 231 | 57 | 256 | 14 | 111 | 0 | 40 | 442 | 71 | 53 |
| Binary | 10011001 | 101111 | 10101110 | 1100 | 1001001 | 0 | 100000 | 100100010 | 111001 | 101011 |
Color Harmonies of #992FAE
Complementary color
Monochromatic Colors of #992FAE
Black with #992FAE
Text Example
Text Example
White with #992FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FAE; }
p { color: rgb(153,47,174); }
H1.HeaderClassName
{
color: #992FAE;
}
.AnyTagClassName
{
color: #992FAE;
}
</style>
background-color css
<style>
a { background-color: #992FAE; }
a { background-color: rgb(153,47,174); }
div.DivClassName
{
background-color: #992FAE;
}
.BgClassName
{
background-color: #992FAE;
}
</style>
border-color css
<style>
span { border-color: #992FAE; }
span { border-color: rgb(153,47,174); }
td.TdClassName
{
border-color: #992FAE;
}
.TagClassName
{
border-color: #992FAE;
}
</style>