Shades of Dark Orchid #9117AD
Tints of Dark Orchid #9117AD
RGB
CMYK
RGB Variations
Color information
#9117AD (or 0x9117AD) is known color: Dark Orchid. HEX triplet: 91, 17 and AD. RGB value is (145,23,173). Sum of RGB (Red+Green+Blue) = 145+23+173=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #9117AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9117AD is #6EE852. Grayscale: #4C4C4C. Windows color (decimal): -7268435 or 11343761. OLE color: 11343761.
HSL color Cylindrical-coordinate representation of color #9117AD: hue angle of 288.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9117AD is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 23 | 173 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.32 |
| HSL | 288.8º | 0.77% | 0.38% | - |
| HSV(B) | 288.8º | 0.87% | 0.68% | - |
| XYZ | 19.53 | 9.65 | 40.37 | - |
| YUV | 76.58 | 182.42 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 173 | 0.16 | 0.87 | 0 | 0.32 | 288.8 | 0.77 | 0.38 |
| Hex | 91 | 17 | AD | 10 | 57 | 0 | 20 | 121 | 4D | 26 |
| Octal | 221 | 27 | 255 | 20 | 127 | 0 | 40 | 441 | 115 | 46 |
| Binary | 10010001 | 10111 | 10101101 | 10000 | 1010111 | 0 | 100000 | 100100001 | 1001101 | 100110 |
Color Harmonies of #9117AD
Complementary color
Monochromatic Colors of #9117AD
Black with #9117AD
Text Example
Text Example
White with #9117AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9117AD; }
p { color: rgb(145,23,173); }
H1.HeaderClassName
{
color: #9117AD;
}
.AnyTagClassName
{
color: #9117AD;
}
</style>
background-color css
<style>
a { background-color: #9117AD; }
a { background-color: rgb(145,23,173); }
div.DivClassName
{
background-color: #9117AD;
}
.BgClassName
{
background-color: #9117AD;
}
</style>
border-color css
<style>
span { border-color: #9117AD; }
span { border-color: rgb(145,23,173); }
td.TdClassName
{
border-color: #9117AD;
}
.TagClassName
{
border-color: #9117AD;
}
</style>