Shades of Dark Orchid #9037BA
Tints of Dark Orchid #9037BA
RGB
CMYK
RGB Variations
Color information
#9037BA (or 0x9037BA) is known color: Dark Orchid. HEX triplet: 90, 37 and BA. RGB value is (144,55,186). Sum of RGB (Red+Green+Blue) = 144+55+186=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #9037BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9037BA is #6FC845. Grayscale: #606060. Windows color (decimal): -7325766 or 12203920. OLE color: 12203920.
HSL color Cylindrical-coordinate representation of color #9037BA: hue angle of 280.76º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9037BA is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 55 | 186 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.27 |
| HSL | 280.76º | 0.54% | 0.47% | - |
| HSV(B) | 280.76º | 0.7% | 0.73% | - |
| XYZ | 21.73 | 12.21 | 47.67 | - |
| YUV | 96.55 | 178.49 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 186 | 0.23 | 0.70 | 0 | 0.27 | 280.76 | 0.54 | 0.47 |
| Hex | 90 | 37 | BA | 17 | 46 | 0 | 1B | 119 | 36 | 2F |
| Octal | 220 | 67 | 272 | 27 | 106 | 0 | 33 | 431 | 66 | 57 |
| Binary | 10010000 | 110111 | 10111010 | 10111 | 1000110 | 0 | 11011 | 100011001 | 110110 | 101111 |
Color Harmonies of #9037BA
Complementary color
Monochromatic Colors of #9037BA
Black with #9037BA
Text Example
Text Example
White with #9037BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9037BA; }
p { color: rgb(144,55,186); }
H1.HeaderClassName
{
color: #9037BA;
}
.AnyTagClassName
{
color: #9037BA;
}
</style>
background-color css
<style>
a { background-color: #9037BA; }
a { background-color: rgb(144,55,186); }
div.DivClassName
{
background-color: #9037BA;
}
.BgClassName
{
background-color: #9037BA;
}
</style>
border-color css
<style>
span { border-color: #9037BA; }
span { border-color: rgb(144,55,186); }
td.TdClassName
{
border-color: #9037BA;
}
.TagClassName
{
border-color: #9037BA;
}
</style>