Shades of Dark Orchid #9022AC
Tints of Dark Orchid #9022AC
RGB
CMYK
RGB Variations
Color information
#9022AC (or 0x9022AC) is known color: Dark Orchid. HEX triplet: 90, 22 and AC. RGB value is (144,34,172). Sum of RGB (Red+Green+Blue) = 144+34+172=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #9022AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9022AC is #6FDD53. Grayscale: #525252. Windows color (decimal): -7331156 or 11281040. OLE color: 11281040.
HSL color Cylindrical-coordinate representation of color #9022AC: hue angle of 287.83º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9022AC is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 34 | 172 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.33 |
| HSL | 287.83º | 0.67% | 0.4% | - |
| HSV(B) | 287.83º | 0.8% | 0.67% | - |
| XYZ | 19.52 | 10.05 | 39.94 | - |
| YUV | 82.62 | 178.44 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 34 | 172 | 0.16 | 0.80 | 0 | 0.33 | 287.83 | 0.67 | 0.4 |
| Hex | 90 | 22 | AC | 10 | 50 | 0 | 21 | 120 | 43 | 28 |
| Octal | 220 | 42 | 254 | 20 | 120 | 0 | 41 | 440 | 103 | 50 |
| Binary | 10010000 | 100010 | 10101100 | 10000 | 1010000 | 0 | 100001 | 100100000 | 1000011 | 101000 |
Color Harmonies of #9022AC
Complementary color
Monochromatic Colors of #9022AC
Black with #9022AC
Text Example
Text Example
White with #9022AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9022AC; }
p { color: rgb(144,34,172); }
H1.HeaderClassName
{
color: #9022AC;
}
.AnyTagClassName
{
color: #9022AC;
}
</style>
background-color css
<style>
a { background-color: #9022AC; }
a { background-color: rgb(144,34,172); }
div.DivClassName
{
background-color: #9022AC;
}
.BgClassName
{
background-color: #9022AC;
}
</style>
border-color css
<style>
span { border-color: #9022AC; }
span { border-color: rgb(144,34,172); }
td.TdClassName
{
border-color: #9022AC;
}
.TagClassName
{
border-color: #9022AC;
}
</style>