Shades of Dark Orchid #9227AD
Tints of Dark Orchid #9227AD
RGB
CMYK
RGB Variations
Color information
#9227AD (or 0x9227AD) is known color: Dark Orchid. HEX triplet: 92, 27 and AD. RGB value is (146,39,173). Sum of RGB (Red+Green+Blue) = 146+39+173=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #9227AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9227AD is #6DD852. Grayscale: #555555. Windows color (decimal): -7198803 or 11347858. OLE color: 11347858.
HSL color Cylindrical-coordinate representation of color #9227AD: hue angle of 287.91º 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 #9227AD is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 39 | 173 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.32 |
| HSL | 287.91º | 0.63% | 0.42% | - |
| HSV(B) | 287.91º | 0.77% | 0.68% | - |
| XYZ | 20.12 | 10.58 | 40.52 | - |
| YUV | 86.27 | 176.95 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 39 | 173 | 0.16 | 0.77 | 0 | 0.32 | 287.91 | 0.63 | 0.42 |
| Hex | 92 | 27 | AD | 10 | 4D | 0 | 20 | 120 | 3F | 2A |
| Octal | 222 | 47 | 255 | 20 | 115 | 0 | 40 | 440 | 77 | 52 |
| Binary | 10010010 | 100111 | 10101101 | 10000 | 1001101 | 0 | 100000 | 100100000 | 111111 | 101010 |
Color Harmonies of #9227AD
Complementary color
Monochromatic Colors of #9227AD
Black with #9227AD
Text Example
Text Example
White with #9227AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9227AD; }
p { color: rgb(146,39,173); }
H1.HeaderClassName
{
color: #9227AD;
}
.AnyTagClassName
{
color: #9227AD;
}
</style>
background-color css
<style>
a { background-color: #9227AD; }
a { background-color: rgb(146,39,173); }
div.DivClassName
{
background-color: #9227AD;
}
.BgClassName
{
background-color: #9227AD;
}
</style>
border-color css
<style>
span { border-color: #9227AD; }
span { border-color: rgb(146,39,173); }
td.TdClassName
{
border-color: #9227AD;
}
.TagClassName
{
border-color: #9227AD;
}
</style>