Shades of Dark Orchid #9024AE
Tints of Dark Orchid #9024AE
RGB
CMYK
RGB Variations
Color information
#9024AE (or 0x9024AE) is known color: Dark Orchid. HEX triplet: 90, 24 and AE. RGB value is (144,36,174). Sum of RGB (Red+Green+Blue) = 144+36+174=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #9024AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9024AE is #6FDB51. Grayscale: #535353. Windows color (decimal): -7330642 or 11412624. OLE color: 11412624.
HSL color Cylindrical-coordinate representation of color #9024AE: hue angle of 286.96º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9024AE is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 36 | 174 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.32 |
| HSL | 286.96º | 0.66% | 0.41% | - |
| HSV(B) | 286.96º | 0.79% | 0.68% | - |
| XYZ | 19.77 | 10.25 | 40.98 | - |
| YUV | 84.02 | 178.78 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 174 | 0.17 | 0.79 | 0 | 0.32 | 286.96 | 0.66 | 0.41 |
| Hex | 90 | 24 | AE | 11 | 4F | 0 | 20 | 11F | 42 | 29 |
| Octal | 220 | 44 | 256 | 21 | 117 | 0 | 40 | 437 | 102 | 51 |
| Binary | 10010000 | 100100 | 10101110 | 10001 | 1001111 | 0 | 100000 | 100011111 | 1000010 | 101001 |
Color Harmonies of #9024AE
Complementary color
Monochromatic Colors of #9024AE
Black with #9024AE
Text Example
Text Example
White with #9024AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9024AE; }
p { color: rgb(144,36,174); }
H1.HeaderClassName
{
color: #9024AE;
}
.AnyTagClassName
{
color: #9024AE;
}
</style>
background-color css
<style>
a { background-color: #9024AE; }
a { background-color: rgb(144,36,174); }
div.DivClassName
{
background-color: #9024AE;
}
.BgClassName
{
background-color: #9024AE;
}
</style>
border-color css
<style>
span { border-color: #9024AE; }
span { border-color: rgb(144,36,174); }
td.TdClassName
{
border-color: #9024AE;
}
.TagClassName
{
border-color: #9024AE;
}
</style>