Shades of Dark Orchid #9037CC
Tints of Dark Orchid #9037CC
RGB
CMYK
RGB Variations
Color information
#9037CC (or 0x9037CC) is known color: Dark Orchid. HEX triplet: 90, 37 and CC. RGB value is (144,55,204). Sum of RGB (Red+Green+Blue) = 144+55+204=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #9037CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9037CC is #6FC833. Grayscale: #626262. Windows color (decimal): -7325748 or 13383568. OLE color: 13383568.
HSL color Cylindrical-coordinate representation of color #9037CC: hue angle of 275.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9037CC is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 55 | 204 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.2 |
| HSL | 275.84º | 0.59% | 0.51% | - |
| HSV(B) | 275.84º | 0.73% | 0.8% | - |
| XYZ | 23.77 | 13.02 | 58.39 | - |
| YUV | 98.6 | 187.49 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 204 | 0.29 | 0.73 | 0 | 0.2 | 275.84 | 0.59 | 0.51 |
| Hex | 90 | 37 | CC | 1D | 49 | 0 | 14 | 114 | 3B | 33 |
| Octal | 220 | 67 | 314 | 35 | 111 | 0 | 24 | 424 | 73 | 63 |
| Binary | 10010000 | 110111 | 11001100 | 11101 | 1001001 | 0 | 10100 | 100010100 | 111011 | 110011 |
Color Harmonies of #9037CC
Complementary color
Monochromatic Colors of #9037CC
Black with #9037CC
Text Example
Text Example
White with #9037CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9037CC; }
p { color: rgb(144,55,204); }
H1.HeaderClassName
{
color: #9037CC;
}
.AnyTagClassName
{
color: #9037CC;
}
</style>
background-color css
<style>
a { background-color: #9037CC; }
a { background-color: rgb(144,55,204); }
div.DivClassName
{
background-color: #9037CC;
}
.BgClassName
{
background-color: #9037CC;
}
</style>
border-color css
<style>
span { border-color: #9037CC; }
span { border-color: rgb(144,55,204); }
td.TdClassName
{
border-color: #9037CC;
}
.TagClassName
{
border-color: #9037CC;
}
</style>