Shades of Dark Orchid #9938AD
Tints of Dark Orchid #9938AD
RGB
CMYK
RGB Variations
Color information
#9938AD (or 0x9938AD) is known color: Dark Orchid. HEX triplet: 99, 38 and AD. RGB value is (153,56,173). Sum of RGB (Red+Green+Blue) = 153+56+173=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #9938AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9938AD is #66C752. Grayscale: #616161. Windows color (decimal): -6735699 or 11352217. OLE color: 11352217.
HSL color Cylindrical-coordinate representation of color #9938AD: hue angle of 289.74º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9938AD is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 56 | 173 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.32 |
| HSL | 289.74º | 0.51% | 0.45% | - |
| HSV(B) | 289.74º | 0.68% | 0.68% | - |
| XYZ | 22.09 | 12.62 | 40.81 | - |
| YUV | 98.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 173 | 0.12 | 0.68 | 0 | 0.32 | 289.74 | 0.51 | 0.45 |
| Hex | 99 | 38 | AD | C | 44 | 0 | 20 | 122 | 33 | 2D |
| Octal | 231 | 70 | 255 | 14 | 104 | 0 | 40 | 442 | 63 | 55 |
| Binary | 10011001 | 111000 | 10101101 | 1100 | 1000100 | 0 | 100000 | 100100010 | 110011 | 101101 |
Color Harmonies of #9938AD
Complementary color
Monochromatic Colors of #9938AD
Black with #9938AD
Text Example
Text Example
White with #9938AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9938AD; }
p { color: rgb(153,56,173); }
H1.HeaderClassName
{
color: #9938AD;
}
.AnyTagClassName
{
color: #9938AD;
}
</style>
background-color css
<style>
a { background-color: #9938AD; }
a { background-color: rgb(153,56,173); }
div.DivClassName
{
background-color: #9938AD;
}
.BgClassName
{
background-color: #9938AD;
}
</style>
border-color css
<style>
span { border-color: #9938AD; }
span { border-color: rgb(153,56,173); }
td.TdClassName
{
border-color: #9938AD;
}
.TagClassName
{
border-color: #9938AD;
}
</style>