Shades of Dark Orchid #9928AD
Tints of Dark Orchid #9928AD
RGB
CMYK
RGB Variations
Color information
#9928AD (or 0x9928AD) is known color: Dark Orchid. HEX triplet: 99, 28 and AD. RGB value is (153,40,173). Sum of RGB (Red+Green+Blue) = 153+40+173=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #9928AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9928AD is #66D752. Grayscale: #585858. Windows color (decimal): -6739795 or 11348121. OLE color: 11348121.
HSL color Cylindrical-coordinate representation of color #9928AD: hue angle of 290.98º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9928AD is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 40 | 173 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.32 |
| HSL | 290.98º | 0.62% | 0.42% | - |
| HSV(B) | 290.98º | 0.77% | 0.68% | - |
| XYZ | 21.44 | 11.31 | 40.59 | - |
| YUV | 88.95 | 175.44 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 173 | 0.12 | 0.77 | 0 | 0.32 | 290.98 | 0.62 | 0.42 |
| Hex | 99 | 28 | AD | C | 4D | 0 | 20 | 123 | 3E | 2A |
| Octal | 231 | 50 | 255 | 14 | 115 | 0 | 40 | 443 | 76 | 52 |
| Binary | 10011001 | 101000 | 10101101 | 1100 | 1001101 | 0 | 100000 | 100100011 | 111110 | 101010 |
Color Harmonies of #9928AD
Complementary color
Monochromatic Colors of #9928AD
Black with #9928AD
Text Example
Text Example
White with #9928AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9928AD; }
p { color: rgb(153,40,173); }
H1.HeaderClassName
{
color: #9928AD;
}
.AnyTagClassName
{
color: #9928AD;
}
</style>
background-color css
<style>
a { background-color: #9928AD; }
a { background-color: rgb(153,40,173); }
div.DivClassName
{
background-color: #9928AD;
}
.BgClassName
{
background-color: #9928AD;
}
</style>
border-color css
<style>
span { border-color: #9928AD; }
span { border-color: rgb(153,40,173); }
td.TdClassName
{
border-color: #9928AD;
}
.TagClassName
{
border-color: #9928AD;
}
</style>