Shades of Dark Orchid #9721AB
Tints of Dark Orchid #9721AB
RGB
CMYK
RGB Variations
Color information
#9721AB (or 0x9721AB) is known color: Dark Orchid. HEX triplet: 97, 21 and AB. RGB value is (151,33,171). Sum of RGB (Red+Green+Blue) = 151+33+171=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #9721AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9721AB is #68DE54. Grayscale: #535353. Windows color (decimal): -6872661 or 11215255. OLE color: 11215255.
HSL color Cylindrical-coordinate representation of color #9721AB: hue angle of 291.3º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9721AB is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 33 | 171 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.33 |
| HSL | 291.3º | 0.68% | 0.4% | - |
| HSV(B) | 291.3º | 0.81% | 0.67% | - |
| XYZ | 20.66 | 10.61 | 39.49 | - |
| YUV | 84.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 33 | 171 | 0.12 | 0.81 | 0 | 0.33 | 291.3 | 0.68 | 0.4 |
| Hex | 97 | 21 | AB | C | 51 | 0 | 21 | 123 | 44 | 28 |
| Octal | 227 | 41 | 253 | 14 | 121 | 0 | 41 | 443 | 104 | 50 |
| Binary | 10010111 | 100001 | 10101011 | 1100 | 1010001 | 0 | 100001 | 100100011 | 1000100 | 101000 |
Color Harmonies of #9721AB
Complementary color
Monochromatic Colors of #9721AB
Black with #9721AB
Text Example
Text Example
White with #9721AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9721AB; }
p { color: rgb(151,33,171); }
H1.HeaderClassName
{
color: #9721AB;
}
.AnyTagClassName
{
color: #9721AB;
}
</style>
background-color css
<style>
a { background-color: #9721AB; }
a { background-color: rgb(151,33,171); }
div.DivClassName
{
background-color: #9721AB;
}
.BgClassName
{
background-color: #9721AB;
}
</style>
border-color css
<style>
span { border-color: #9721AB; }
span { border-color: rgb(151,33,171); }
td.TdClassName
{
border-color: #9721AB;
}
.TagClassName
{
border-color: #9721AB;
}
</style>