Shades of Dark Orchid #9729AB
Tints of Dark Orchid #9729AB
RGB
CMYK
RGB Variations
Color information
#9729AB (or 0x9729AB) is known color: Dark Orchid. HEX triplet: 97, 29 and AB. RGB value is (151,41,171). Sum of RGB (Red+Green+Blue) = 151+41+171=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #9729AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9729AB is #68D654. Grayscale: #585858. Windows color (decimal): -6870613 or 11217303. OLE color: 11217303.
HSL color Cylindrical-coordinate representation of color #9729AB: hue angle of 290.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9729AB is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 41 | 171 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.33 |
| HSL | 290.77º | 0.61% | 0.42% | - |
| HSV(B) | 290.77º | 0.76% | 0.67% | - |
| XYZ | 20.91 | 11.11 | 39.57 | - |
| YUV | 88.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 41 | 171 | 0.12 | 0.76 | 0 | 0.33 | 290.77 | 0.61 | 0.42 |
| Hex | 97 | 29 | AB | C | 4C | 0 | 21 | 123 | 3D | 2A |
| Octal | 227 | 51 | 253 | 14 | 114 | 0 | 41 | 443 | 75 | 52 |
| Binary | 10010111 | 101001 | 10101011 | 1100 | 1001100 | 0 | 100001 | 100100011 | 111101 | 101010 |
Color Harmonies of #9729AB
Complementary color
Monochromatic Colors of #9729AB
Black with #9729AB
Text Example
Text Example
White with #9729AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9729AB; }
p { color: rgb(151,41,171); }
H1.HeaderClassName
{
color: #9729AB;
}
.AnyTagClassName
{
color: #9729AB;
}
</style>
background-color css
<style>
a { background-color: #9729AB; }
a { background-color: rgb(151,41,171); }
div.DivClassName
{
background-color: #9729AB;
}
.BgClassName
{
background-color: #9729AB;
}
</style>
border-color css
<style>
span { border-color: #9729AB; }
span { border-color: rgb(151,41,171); }
td.TdClassName
{
border-color: #9729AB;
}
.TagClassName
{
border-color: #9729AB;
}
</style>