Shades of Dark Orchid #992EAC
Tints of Dark Orchid #992EAC
RGB
CMYK
RGB Variations
Color information
#992EAC (or 0x992EAC) is known color: Dark Orchid. HEX triplet: 99, 2E and AC. RGB value is (153,46,172). Sum of RGB (Red+Green+Blue) = 153+46+172=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #992EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992EAC is #66D153. Grayscale: #5B5B5B. Windows color (decimal): -6738260 or 11284121. OLE color: 11284121.
HSL color Cylindrical-coordinate representation of color #992EAC: hue angle of 290.95º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992EAC is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 46 | 172 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.33 |
| HSL | 290.95º | 0.58% | 0.43% | - |
| HSV(B) | 290.95º | 0.73% | 0.67% | - |
| XYZ | 21.56 | 11.7 | 40.15 | - |
| YUV | 92.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 172 | 0.11 | 0.73 | 0 | 0.33 | 290.95 | 0.58 | 0.43 |
| Hex | 99 | 2E | AC | B | 49 | 0 | 21 | 123 | 3A | 2B |
| Octal | 231 | 56 | 254 | 13 | 111 | 0 | 41 | 443 | 72 | 53 |
| Binary | 10011001 | 101110 | 10101100 | 1011 | 1001001 | 0 | 100001 | 100100011 | 111010 | 101011 |
Color Harmonies of #992EAC
Complementary color
Monochromatic Colors of #992EAC
Black with #992EAC
Text Example
Text Example
White with #992EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992EAC; }
p { color: rgb(153,46,172); }
H1.HeaderClassName
{
color: #992EAC;
}
.AnyTagClassName
{
color: #992EAC;
}
</style>
background-color css
<style>
a { background-color: #992EAC; }
a { background-color: rgb(153,46,172); }
div.DivClassName
{
background-color: #992EAC;
}
.BgClassName
{
background-color: #992EAC;
}
</style>
border-color css
<style>
span { border-color: #992EAC; }
span { border-color: rgb(153,46,172); }
td.TdClassName
{
border-color: #992EAC;
}
.TagClassName
{
border-color: #992EAC;
}
</style>