Shades of Dark Orchid #9037BC
Tints of Dark Orchid #9037BC
RGB
CMYK
RGB Variations
Color information
#9037BC (or 0x9037BC) is known color: Dark Orchid. HEX triplet: 90, 37 and BC. RGB value is (144,55,188). Sum of RGB (Red+Green+Blue) = 144+55+188=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #9037BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9037BC is #6FC843. Grayscale: #606060. Windows color (decimal): -7325764 or 12334992. OLE color: 12334992.
HSL color Cylindrical-coordinate representation of color #9037BC: hue angle of 280.15º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9037BC is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 55 | 188 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.26 |
| HSL | 280.15º | 0.55% | 0.48% | - |
| HSV(B) | 280.15º | 0.71% | 0.74% | - |
| XYZ | 21.94 | 12.29 | 48.79 | - |
| YUV | 96.77 | 179.49 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 188 | 0.23 | 0.71 | 0 | 0.26 | 280.15 | 0.55 | 0.48 |
| Hex | 90 | 37 | BC | 17 | 47 | 0 | 1A | 118 | 37 | 30 |
| Octal | 220 | 67 | 274 | 27 | 107 | 0 | 32 | 430 | 67 | 60 |
| Binary | 10010000 | 110111 | 10111100 | 10111 | 1000111 | 0 | 11010 | 100011000 | 110111 | 110000 |
Color Harmonies of #9037BC
Complementary color
Monochromatic Colors of #9037BC
Black with #9037BC
Text Example
Text Example
White with #9037BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9037BC; }
p { color: rgb(144,55,188); }
H1.HeaderClassName
{
color: #9037BC;
}
.AnyTagClassName
{
color: #9037BC;
}
</style>
background-color css
<style>
a { background-color: #9037BC; }
a { background-color: rgb(144,55,188); }
div.DivClassName
{
background-color: #9037BC;
}
.BgClassName
{
background-color: #9037BC;
}
</style>
border-color css
<style>
span { border-color: #9037BC; }
span { border-color: rgb(144,55,188); }
td.TdClassName
{
border-color: #9037BC;
}
.TagClassName
{
border-color: #9037BC;
}
</style>