Shades of Dark Orchid #9922AF
Tints of Dark Orchid #9922AF
RGB
CMYK
RGB Variations
Color information
#9922AF (or 0x9922AF) is known color: Dark Orchid. HEX triplet: 99, 22 and AF. RGB value is (153,34,175). Sum of RGB (Red+Green+Blue) = 153+34+175=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #9922AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9922AF is #66DD50. Grayscale: #555555. Windows color (decimal): -6741329 or 11477657. OLE color: 11477657.
HSL color Cylindrical-coordinate representation of color #9922AF: hue angle of 290.64º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9922AF is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 34 | 175 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.31 |
| HSL | 290.64º | 0.67% | 0.41% | - |
| HSV(B) | 290.64º | 0.81% | 0.69% | - |
| XYZ | 21.45 | 11.01 | 41.55 | - |
| YUV | 85.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 175 | 0.13 | 0.81 | 0 | 0.31 | 290.64 | 0.67 | 0.41 |
| Hex | 99 | 22 | AF | D | 51 | 0 | 1F | 123 | 43 | 29 |
| Octal | 231 | 42 | 257 | 15 | 121 | 0 | 37 | 443 | 103 | 51 |
| Binary | 10011001 | 100010 | 10101111 | 1101 | 1010001 | 0 | 11111 | 100100011 | 1000011 | 101001 |
Color Harmonies of #9922AF
Complementary color
Monochromatic Colors of #9922AF
Black with #9922AF
Text Example
Text Example
White with #9922AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9922AF; }
p { color: rgb(153,34,175); }
H1.HeaderClassName
{
color: #9922AF;
}
.AnyTagClassName
{
color: #9922AF;
}
</style>
background-color css
<style>
a { background-color: #9922AF; }
a { background-color: rgb(153,34,175); }
div.DivClassName
{
background-color: #9922AF;
}
.BgClassName
{
background-color: #9922AF;
}
</style>
border-color css
<style>
span { border-color: #9922AF; }
span { border-color: rgb(153,34,175); }
td.TdClassName
{
border-color: #9922AF;
}
.TagClassName
{
border-color: #9922AF;
}
</style>