Shades of Dark Orchid #9937AB
Tints of Dark Orchid #9937AB
RGB
CMYK
RGB Variations
Color information
#9937AB (or 0x9937AB) is known color: Dark Orchid. HEX triplet: 99, 37 and AB. RGB value is (153,55,171). Sum of RGB (Red+Green+Blue) = 153+55+171=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #9937AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9937AB is #66C854. Grayscale: #616161. Windows color (decimal): -6735957 or 11220889. OLE color: 11220889.
HSL color Cylindrical-coordinate representation of color #9937AB: hue angle of 290.69º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9937AB is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 55 | 171 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.33 |
| HSL | 290.69º | 0.51% | 0.44% | - |
| HSV(B) | 290.69º | 0.68% | 0.67% | - |
| XYZ | 21.85 | 12.44 | 39.78 | - |
| YUV | 97.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 171 | 0.11 | 0.68 | 0 | 0.33 | 290.69 | 0.51 | 0.44 |
| Hex | 99 | 37 | AB | B | 44 | 0 | 21 | 123 | 33 | 2C |
| Octal | 231 | 67 | 253 | 13 | 104 | 0 | 41 | 443 | 63 | 54 |
| Binary | 10011001 | 110111 | 10101011 | 1011 | 1000100 | 0 | 100001 | 100100011 | 110011 | 101100 |
Color Harmonies of #9937AB
Complementary color
Monochromatic Colors of #9937AB
Black with #9937AB
Text Example
Text Example
White with #9937AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9937AB; }
p { color: rgb(153,55,171); }
H1.HeaderClassName
{
color: #9937AB;
}
.AnyTagClassName
{
color: #9937AB;
}
</style>
background-color css
<style>
a { background-color: #9937AB; }
a { background-color: rgb(153,55,171); }
div.DivClassName
{
background-color: #9937AB;
}
.BgClassName
{
background-color: #9937AB;
}
</style>
border-color css
<style>
span { border-color: #9937AB; }
span { border-color: rgb(153,55,171); }
td.TdClassName
{
border-color: #9937AB;
}
.TagClassName
{
border-color: #9937AB;
}
</style>