Shades of Dark Orchid #9223AC
Tints of Dark Orchid #9223AC
RGB
CMYK
RGB Variations
Color information
#9223AC (or 0x9223AC) is known color: Dark Orchid. HEX triplet: 92, 23 and AC. RGB value is (146,35,172). Sum of RGB (Red+Green+Blue) = 146+35+172=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #9223AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9223AC is #6DDC53. Grayscale: #535353. Windows color (decimal): -7199828 or 11281298. OLE color: 11281298.
HSL color Cylindrical-coordinate representation of color #9223AC: hue angle of 288.61º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9223AC is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 35 | 172 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.33 |
| HSL | 288.61º | 0.66% | 0.41% | - |
| HSV(B) | 288.61º | 0.8% | 0.67% | - |
| XYZ | 19.9 | 10.29 | 39.97 | - |
| YUV | 83.81 | 177.77 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 35 | 172 | 0.15 | 0.80 | 0 | 0.33 | 288.61 | 0.66 | 0.41 |
| Hex | 92 | 23 | AC | F | 50 | 0 | 21 | 121 | 42 | 29 |
| Octal | 222 | 43 | 254 | 17 | 120 | 0 | 41 | 441 | 102 | 51 |
| Binary | 10010010 | 100011 | 10101100 | 1111 | 1010000 | 0 | 100001 | 100100001 | 1000010 | 101001 |
Color Harmonies of #9223AC
Complementary color
Monochromatic Colors of #9223AC
Black with #9223AC
Text Example
Text Example
White with #9223AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9223AC; }
p { color: rgb(146,35,172); }
H1.HeaderClassName
{
color: #9223AC;
}
.AnyTagClassName
{
color: #9223AC;
}
</style>
background-color css
<style>
a { background-color: #9223AC; }
a { background-color: rgb(146,35,172); }
div.DivClassName
{
background-color: #9223AC;
}
.BgClassName
{
background-color: #9223AC;
}
</style>
border-color css
<style>
span { border-color: #9223AC; }
span { border-color: rgb(146,35,172); }
td.TdClassName
{
border-color: #9223AC;
}
.TagClassName
{
border-color: #9223AC;
}
</style>