Shades of Dark Orchid #9931AD
Tints of Dark Orchid #9931AD
RGB
CMYK
RGB Variations
Color information
#9931AD (or 0x9931AD) is known color: Dark Orchid. HEX triplet: 99, 31 and AD. RGB value is (153,49,173). Sum of RGB (Red+Green+Blue) = 153+49+173=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #9931AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9931AD is #66CE52. Grayscale: #5D5D5D. Windows color (decimal): -6737491 or 11350425. OLE color: 11350425.
HSL color Cylindrical-coordinate representation of color #9931AD: hue angle of 290.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9931AD is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 49 | 173 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.32 |
| HSL | 290.32º | 0.56% | 0.44% | - |
| HSV(B) | 290.32º | 0.72% | 0.68% | - |
| XYZ | 21.78 | 11.99 | 40.7 | - |
| YUV | 94.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 173 | 0.12 | 0.72 | 0 | 0.32 | 290.32 | 0.56 | 0.44 |
| Hex | 99 | 31 | AD | C | 48 | 0 | 20 | 122 | 38 | 2C |
| Octal | 231 | 61 | 255 | 14 | 110 | 0 | 40 | 442 | 70 | 54 |
| Binary | 10011001 | 110001 | 10101101 | 1100 | 1001000 | 0 | 100000 | 100100010 | 111000 | 101100 |
Color Harmonies of #9931AD
Complementary color
Monochromatic Colors of #9931AD
Black with #9931AD
Text Example
Text Example
White with #9931AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9931AD; }
p { color: rgb(153,49,173); }
H1.HeaderClassName
{
color: #9931AD;
}
.AnyTagClassName
{
color: #9931AD;
}
</style>
background-color css
<style>
a { background-color: #9931AD; }
a { background-color: rgb(153,49,173); }
div.DivClassName
{
background-color: #9931AD;
}
.BgClassName
{
background-color: #9931AD;
}
</style>
border-color css
<style>
span { border-color: #9931AD; }
span { border-color: rgb(153,49,173); }
td.TdClassName
{
border-color: #9931AD;
}
.TagClassName
{
border-color: #9931AD;
}
</style>