Shades of Dark Orchid #9228AD
Tints of Dark Orchid #9228AD
RGB
CMYK
RGB Variations
Color information
#9228AD (or 0x9228AD) is known color: Dark Orchid. HEX triplet: 92, 28 and AD. RGB value is (146,40,173). Sum of RGB (Red+Green+Blue) = 146+40+173=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #9228AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9228AD is #6DD752. Grayscale: #565656. Windows color (decimal): -7198547 or 11348114. OLE color: 11348114.
HSL color Cylindrical-coordinate representation of color #9228AD: hue angle of 287.82º 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 #9228AD is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 40 | 173 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.32 |
| HSL | 287.82º | 0.62% | 0.42% | - |
| HSV(B) | 287.82º | 0.77% | 0.68% | - |
| XYZ | 20.16 | 10.65 | 40.53 | - |
| YUV | 86.86 | 176.62 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 40 | 173 | 0.16 | 0.77 | 0 | 0.32 | 287.82 | 0.62 | 0.42 |
| Hex | 92 | 28 | AD | 10 | 4D | 0 | 20 | 120 | 3E | 2A |
| Octal | 222 | 50 | 255 | 20 | 115 | 0 | 40 | 440 | 76 | 52 |
| Binary | 10010010 | 101000 | 10101101 | 10000 | 1001101 | 0 | 100000 | 100100000 | 111110 | 101010 |
Color Harmonies of #9228AD
Complementary color
Monochromatic Colors of #9228AD
Black with #9228AD
Text Example
Text Example
White with #9228AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9228AD; }
p { color: rgb(146,40,173); }
H1.HeaderClassName
{
color: #9228AD;
}
.AnyTagClassName
{
color: #9228AD;
}
</style>
background-color css
<style>
a { background-color: #9228AD; }
a { background-color: rgb(146,40,173); }
div.DivClassName
{
background-color: #9228AD;
}
.BgClassName
{
background-color: #9228AD;
}
</style>
border-color css
<style>
span { border-color: #9228AD; }
span { border-color: rgb(146,40,173); }
td.TdClassName
{
border-color: #9228AD;
}
.TagClassName
{
border-color: #9228AD;
}
</style>