Shades of Dark Orchid #9929AB
Tints of Dark Orchid #9929AB
RGB
CMYK
RGB Variations
Color information
#9929AB (or 0x9929AB) is known color: Dark Orchid. HEX triplet: 99, 29 and AB. RGB value is (153,41,171). Sum of RGB (Red+Green+Blue) = 153+41+171=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #9929AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9929AB is #66D654. Grayscale: #585858. Windows color (decimal): -6739541 or 11217305. OLE color: 11217305.
HSL color Cylindrical-coordinate representation of color #9929AB: hue angle of 291.69º 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 #9929AB is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 41 | 171 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.33 |
| HSL | 291.69º | 0.61% | 0.42% | - |
| HSV(B) | 291.69º | 0.76% | 0.67% | - |
| XYZ | 21.28 | 11.3 | 39.59 | - |
| YUV | 89.31 | 174.11 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 41 | 171 | 0.11 | 0.76 | 0 | 0.33 | 291.69 | 0.61 | 0.42 |
| Hex | 99 | 29 | AB | B | 4C | 0 | 21 | 124 | 3D | 2A |
| Octal | 231 | 51 | 253 | 13 | 114 | 0 | 41 | 444 | 75 | 52 |
| Binary | 10011001 | 101001 | 10101011 | 1011 | 1001100 | 0 | 100001 | 100100100 | 111101 | 101010 |
Color Harmonies of #9929AB
Complementary color
Monochromatic Colors of #9929AB
Black with #9929AB
Text Example
Text Example
White with #9929AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9929AB; }
p { color: rgb(153,41,171); }
H1.HeaderClassName
{
color: #9929AB;
}
.AnyTagClassName
{
color: #9929AB;
}
</style>
background-color css
<style>
a { background-color: #9929AB; }
a { background-color: rgb(153,41,171); }
div.DivClassName
{
background-color: #9929AB;
}
.BgClassName
{
background-color: #9929AB;
}
</style>
border-color css
<style>
span { border-color: #9929AB; }
span { border-color: rgb(153,41,171); }
td.TdClassName
{
border-color: #9929AB;
}
.TagClassName
{
border-color: #9929AB;
}
</style>