Shades of Dark Orchid #9229AD
Tints of Dark Orchid #9229AD
RGB
CMYK
RGB Variations
Color information
#9229AD (or 0x9229AD) is known color: Dark Orchid. HEX triplet: 92, 29 and AD. RGB value is (146,41,173). Sum of RGB (Red+Green+Blue) = 146+41+173=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #9229AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9229AD is #6DD652. Grayscale: #575757. Windows color (decimal): -7198291 or 11348370. OLE color: 11348370.
HSL color Cylindrical-coordinate representation of color #9229AD: hue angle of 287.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9229AD is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 41 | 173 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.32 |
| HSL | 287.73º | 0.62% | 0.42% | - |
| HSV(B) | 287.73º | 0.76% | 0.68% | - |
| XYZ | 20.19 | 10.71 | 40.54 | - |
| YUV | 87.44 | 176.29 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 41 | 173 | 0.16 | 0.76 | 0 | 0.32 | 287.73 | 0.62 | 0.42 |
| Hex | 92 | 29 | AD | 10 | 4C | 0 | 20 | 120 | 3E | 2A |
| Octal | 222 | 51 | 255 | 20 | 114 | 0 | 40 | 440 | 76 | 52 |
| Binary | 10010010 | 101001 | 10101101 | 10000 | 1001100 | 0 | 100000 | 100100000 | 111110 | 101010 |
Color Harmonies of #9229AD
Complementary color
Monochromatic Colors of #9229AD
Black with #9229AD
Text Example
Text Example
White with #9229AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9229AD; }
p { color: rgb(146,41,173); }
H1.HeaderClassName
{
color: #9229AD;
}
.AnyTagClassName
{
color: #9229AD;
}
</style>
background-color css
<style>
a { background-color: #9229AD; }
a { background-color: rgb(146,41,173); }
div.DivClassName
{
background-color: #9229AD;
}
.BgClassName
{
background-color: #9229AD;
}
</style>
border-color css
<style>
span { border-color: #9229AD; }
span { border-color: rgb(146,41,173); }
td.TdClassName
{
border-color: #9229AD;
}
.TagClassName
{
border-color: #9229AD;
}
</style>