Shades of Dark Orchid #9029AE
Tints of Dark Orchid #9029AE
RGB
CMYK
RGB Variations
Color information
#9029AE (or 0x9029AE) is known color: Dark Orchid. HEX triplet: 90, 29 and AE. RGB value is (144,41,174). Sum of RGB (Red+Green+Blue) = 144+41+174=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #9029AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9029AE is #6FD651. Grayscale: #565656. Windows color (decimal): -7329362 or 11413904. OLE color: 11413904.
HSL color Cylindrical-coordinate representation of color #9029AE: hue angle of 286.47º 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 #9029AE is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 41 | 174 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.32 |
| HSL | 286.47º | 0.62% | 0.42% | - |
| HSV(B) | 286.47º | 0.76% | 0.68% | - |
| XYZ | 19.93 | 10.57 | 41.03 | - |
| YUV | 86.96 | 177.12 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 174 | 0.17 | 0.76 | 0 | 0.32 | 286.47 | 0.62 | 0.42 |
| Hex | 90 | 29 | AE | 11 | 4C | 0 | 20 | 11E | 3E | 2A |
| Octal | 220 | 51 | 256 | 21 | 114 | 0 | 40 | 436 | 76 | 52 |
| Binary | 10010000 | 101001 | 10101110 | 10001 | 1001100 | 0 | 100000 | 100011110 | 111110 | 101010 |
Color Harmonies of #9029AE
Complementary color
Monochromatic Colors of #9029AE
Black with #9029AE
Text Example
Text Example
White with #9029AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9029AE; }
p { color: rgb(144,41,174); }
H1.HeaderClassName
{
color: #9029AE;
}
.AnyTagClassName
{
color: #9029AE;
}
</style>
background-color css
<style>
a { background-color: #9029AE; }
a { background-color: rgb(144,41,174); }
div.DivClassName
{
background-color: #9029AE;
}
.BgClassName
{
background-color: #9029AE;
}
</style>
border-color css
<style>
span { border-color: #9029AE; }
span { border-color: rgb(144,41,174); }
td.TdClassName
{
border-color: #9029AE;
}
.TagClassName
{
border-color: #9029AE;
}
</style>