Shades of Dark Orchid #9037BD
Tints of Dark Orchid #9037BD
RGB
CMYK
RGB Variations
Color information
#9037BD (or 0x9037BD) is known color: Dark Orchid. HEX triplet: 90, 37 and BD. RGB value is (144,55,189). Sum of RGB (Red+Green+Blue) = 144+55+189=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #9037BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9037BD is #6FC842. Grayscale: #606060. Windows color (decimal): -7325763 or 12400528. OLE color: 12400528.
HSL color Cylindrical-coordinate representation of color #9037BD: hue angle of 279.85º 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 #9037BD is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 55 | 189 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.26 |
| HSL | 279.85º | 0.55% | 0.48% | - |
| HSV(B) | 279.85º | 0.71% | 0.74% | - |
| XYZ | 22.05 | 12.34 | 49.36 | - |
| YUV | 96.89 | 179.99 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 189 | 0.24 | 0.71 | 0 | 0.26 | 279.85 | 0.55 | 0.48 |
| Hex | 90 | 37 | BD | 18 | 47 | 0 | 1A | 118 | 37 | 30 |
| Octal | 220 | 67 | 275 | 30 | 107 | 0 | 32 | 430 | 67 | 60 |
| Binary | 10010000 | 110111 | 10111101 | 11000 | 1000111 | 0 | 11010 | 100011000 | 110111 | 110000 |
Color Harmonies of #9037BD
Complementary color
Monochromatic Colors of #9037BD
Black with #9037BD
Text Example
Text Example
White with #9037BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9037BD; }
p { color: rgb(144,55,189); }
H1.HeaderClassName
{
color: #9037BD;
}
.AnyTagClassName
{
color: #9037BD;
}
</style>
background-color css
<style>
a { background-color: #9037BD; }
a { background-color: rgb(144,55,189); }
div.DivClassName
{
background-color: #9037BD;
}
.BgClassName
{
background-color: #9037BD;
}
</style>
border-color css
<style>
span { border-color: #9037BD; }
span { border-color: rgb(144,55,189); }
td.TdClassName
{
border-color: #9037BD;
}
.TagClassName
{
border-color: #9037BD;
}
</style>