Shades of Dark Orchid #9927AD
Tints of Dark Orchid #9927AD
RGB
CMYK
RGB Variations
Color information
#9927AD (or 0x9927AD) is known color: Dark Orchid. HEX triplet: 99, 27 and AD. RGB value is (153,39,173). Sum of RGB (Red+Green+Blue) = 153+39+173=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #9927AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9927AD is #66D852. Grayscale: #575757. Windows color (decimal): -6740051 or 11347865. OLE color: 11347865.
HSL color Cylindrical-coordinate representation of color #9927AD: hue angle of 291.04º degrees, saturation: 0.63, 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 #9927AD is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 39 | 173 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.32 |
| HSL | 291.04º | 0.63% | 0.42% | - |
| HSV(B) | 291.04º | 0.77% | 0.68% | - |
| XYZ | 21.41 | 11.24 | 40.58 | - |
| YUV | 88.36 | 175.77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 173 | 0.12 | 0.77 | 0 | 0.32 | 291.04 | 0.63 | 0.42 |
| Hex | 99 | 27 | AD | C | 4D | 0 | 20 | 123 | 3F | 2A |
| Octal | 231 | 47 | 255 | 14 | 115 | 0 | 40 | 443 | 77 | 52 |
| Binary | 10011001 | 100111 | 10101101 | 1100 | 1001101 | 0 | 100000 | 100100011 | 111111 | 101010 |
Color Harmonies of #9927AD
Complementary color
Monochromatic Colors of #9927AD
Black with #9927AD
Text Example
Text Example
White with #9927AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9927AD; }
p { color: rgb(153,39,173); }
H1.HeaderClassName
{
color: #9927AD;
}
.AnyTagClassName
{
color: #9927AD;
}
</style>
background-color css
<style>
a { background-color: #9927AD; }
a { background-color: rgb(153,39,173); }
div.DivClassName
{
background-color: #9927AD;
}
.BgClassName
{
background-color: #9927AD;
}
</style>
border-color css
<style>
span { border-color: #9927AD; }
span { border-color: rgb(153,39,173); }
td.TdClassName
{
border-color: #9927AD;
}
.TagClassName
{
border-color: #9927AD;
}
</style>