Shades of Dark Orchid #992AAF
Tints of Dark Orchid #992AAF
RGB
CMYK
RGB Variations
Color information
#992AAF (or 0x992AAF) is known color: Dark Orchid. HEX triplet: 99, 2A and AF. RGB value is (153,42,175). Sum of RGB (Red+Green+Blue) = 153+42+175=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #992AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992AAF is #66D550. Grayscale: #595959. Windows color (decimal): -6739281 or 11479705. OLE color: 11479705.
HSL color Cylindrical-coordinate representation of color #992AAF: hue angle of 290.08º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992AAF is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 42 | 175 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.31 |
| HSL | 290.08º | 0.61% | 0.43% | - |
| HSV(B) | 290.08º | 0.76% | 0.69% | - |
| XYZ | 21.7 | 11.52 | 41.64 | - |
| YUV | 90.35 | 175.77 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 175 | 0.13 | 0.76 | 0 | 0.31 | 290.08 | 0.61 | 0.43 |
| Hex | 99 | 2A | AF | D | 4C | 0 | 1F | 122 | 3D | 2B |
| Octal | 231 | 52 | 257 | 15 | 114 | 0 | 37 | 442 | 75 | 53 |
| Binary | 10011001 | 101010 | 10101111 | 1101 | 1001100 | 0 | 11111 | 100100010 | 111101 | 101011 |
Color Harmonies of #992AAF
Complementary color
Monochromatic Colors of #992AAF
Black with #992AAF
Text Example
Text Example
White with #992AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992AAF; }
p { color: rgb(153,42,175); }
H1.HeaderClassName
{
color: #992AAF;
}
.AnyTagClassName
{
color: #992AAF;
}
</style>
background-color css
<style>
a { background-color: #992AAF; }
a { background-color: rgb(153,42,175); }
div.DivClassName
{
background-color: #992AAF;
}
.BgClassName
{
background-color: #992AAF;
}
</style>
border-color css
<style>
span { border-color: #992AAF; }
span { border-color: rgb(153,42,175); }
td.TdClassName
{
border-color: #992AAF;
}
.TagClassName
{
border-color: #992AAF;
}
</style>