Shades of Dark Orchid #9037CE
Tints of Dark Orchid #9037CE
RGB
CMYK
RGB Variations
Color information
#9037CE (or 0x9037CE) is known color: Dark Orchid. HEX triplet: 90, 37 and CE. RGB value is (144,55,206). Sum of RGB (Red+Green+Blue) = 144+55+206=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #9037CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9037CE is #6FC831. Grayscale: #626262. Windows color (decimal): -7325746 or 13514640. OLE color: 13514640.
HSL color Cylindrical-coordinate representation of color #9037CE: hue angle of 275.36º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9037CE is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 55 | 206 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.19 |
| HSL | 275.36º | 0.61% | 0.51% | - |
| HSV(B) | 275.36º | 0.73% | 0.81% | - |
| XYZ | 24.01 | 13.12 | 59.66 | - |
| YUV | 98.83 | 188.49 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 206 | 0.30 | 0.73 | 0 | 0.19 | 275.36 | 0.61 | 0.51 |
| Hex | 90 | 37 | CE | 1E | 49 | 0 | 13 | 113 | 3D | 33 |
| Octal | 220 | 67 | 316 | 36 | 111 | 0 | 23 | 423 | 75 | 63 |
| Binary | 10010000 | 110111 | 11001110 | 11110 | 1001001 | 0 | 10011 | 100010011 | 111101 | 110011 |
Color Harmonies of #9037CE
Complementary color
Monochromatic Colors of #9037CE
Black with #9037CE
Text Example
Text Example
White with #9037CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9037CE; }
p { color: rgb(144,55,206); }
H1.HeaderClassName
{
color: #9037CE;
}
.AnyTagClassName
{
color: #9037CE;
}
</style>
background-color css
<style>
a { background-color: #9037CE; }
a { background-color: rgb(144,55,206); }
div.DivClassName
{
background-color: #9037CE;
}
.BgClassName
{
background-color: #9037CE;
}
</style>
border-color css
<style>
span { border-color: #9037CE; }
span { border-color: rgb(144,55,206); }
td.TdClassName
{
border-color: #9037CE;
}
.TagClassName
{
border-color: #9037CE;
}
</style>