Shades of Dark Orchid #9722AB
Tints of Dark Orchid #9722AB
RGB
CMYK
RGB Variations
Color information
#9722AB (or 0x9722AB) is known color: Dark Orchid. HEX triplet: 97, 22 and AB. RGB value is (151,34,171). Sum of RGB (Red+Green+Blue) = 151+34+171=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #9722AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9722AB is #68DD54. Grayscale: #545454. Windows color (decimal): -6872405 or 11215511. OLE color: 11215511.
HSL color Cylindrical-coordinate representation of color #9722AB: hue angle of 291.24º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9722AB is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 34 | 171 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.33 |
| HSL | 291.24º | 0.67% | 0.4% | - |
| HSV(B) | 291.24º | 0.8% | 0.67% | - |
| XYZ | 20.69 | 10.66 | 39.5 | - |
| YUV | 84.6 | 176.76 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 34 | 171 | 0.12 | 0.80 | 0 | 0.33 | 291.24 | 0.67 | 0.4 |
| Hex | 97 | 22 | AB | C | 50 | 0 | 21 | 123 | 43 | 28 |
| Octal | 227 | 42 | 253 | 14 | 120 | 0 | 41 | 443 | 103 | 50 |
| Binary | 10010111 | 100010 | 10101011 | 1100 | 1010000 | 0 | 100001 | 100100011 | 1000011 | 101000 |
Color Harmonies of #9722AB
Complementary color
Monochromatic Colors of #9722AB
Black with #9722AB
Text Example
Text Example
White with #9722AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9722AB; }
p { color: rgb(151,34,171); }
H1.HeaderClassName
{
color: #9722AB;
}
.AnyTagClassName
{
color: #9722AB;
}
</style>
background-color css
<style>
a { background-color: #9722AB; }
a { background-color: rgb(151,34,171); }
div.DivClassName
{
background-color: #9722AB;
}
.BgClassName
{
background-color: #9722AB;
}
</style>
border-color css
<style>
span { border-color: #9722AB; }
span { border-color: rgb(151,34,171); }
td.TdClassName
{
border-color: #9722AB;
}
.TagClassName
{
border-color: #9722AB;
}
</style>