Shades of Dark Orchid #9024BA
Tints of Dark Orchid #9024BA
RGB
CMYK
RGB Variations
Color information
#9024BA (or 0x9024BA) is known color: Dark Orchid. HEX triplet: 90, 24 and BA. RGB value is (144,36,186). Sum of RGB (Red+Green+Blue) = 144+36+186=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #9024BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9024BA is #6FDB45. Grayscale: #545454. Windows color (decimal): -7330630 or 12199056. OLE color: 12199056.
HSL color Cylindrical-coordinate representation of color #9024BA: hue angle of 283.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9024BA is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 36 | 186 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.27 |
| HSL | 283.2º | 0.68% | 0.44% | - |
| HSV(B) | 283.2º | 0.81% | 0.73% | - |
| XYZ | 21 | 10.74 | 47.42 | - |
| YUV | 85.39 | 184.78 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 36 | 186 | 0.23 | 0.81 | 0 | 0.27 | 283.2 | 0.68 | 0.44 |
| Hex | 90 | 24 | BA | 17 | 51 | 0 | 1B | 11B | 44 | 2C |
| Octal | 220 | 44 | 272 | 27 | 121 | 0 | 33 | 433 | 104 | 54 |
| Binary | 10010000 | 100100 | 10111010 | 10111 | 1010001 | 0 | 11011 | 100011011 | 1000100 | 101100 |
Color Harmonies of #9024BA
Complementary color
Monochromatic Colors of #9024BA
Black with #9024BA
Text Example
Text Example
White with #9024BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9024BA; }
p { color: rgb(144,36,186); }
H1.HeaderClassName
{
color: #9024BA;
}
.AnyTagClassName
{
color: #9024BA;
}
</style>
background-color css
<style>
a { background-color: #9024BA; }
a { background-color: rgb(144,36,186); }
div.DivClassName
{
background-color: #9024BA;
}
.BgClassName
{
background-color: #9024BA;
}
</style>
border-color css
<style>
span { border-color: #9024BA; }
span { border-color: rgb(144,36,186); }
td.TdClassName
{
border-color: #9024BA;
}
.TagClassName
{
border-color: #9024BA;
}
</style>