Shades of Dark Orchid #9037C2
Tints of Dark Orchid #9037C2
RGB
CMYK
RGB Variations
Color information
#9037C2 (or 0x9037C2) is known color: Dark Orchid. HEX triplet: 90, 37 and C2. RGB value is (144,55,194). Sum of RGB (Red+Green+Blue) = 144+55+194=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 194 (76.17% from 255 or 49.36% from 393); Max value from RGB is 194 - color contains mainly: blue. Hex color #9037C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9037C2 is #6FC83D. Grayscale: #606060. Windows color (decimal): -7325758 or 12728208. OLE color: 12728208.
HSL color Cylindrical-coordinate representation of color #9037C2: hue angle of 278.42º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9037C2 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 55 | 194 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.24 |
| HSL | 278.42º | 0.56% | 0.49% | - |
| HSV(B) | 278.42º | 0.72% | 0.76% | - |
| XYZ | 22.61 | 12.56 | 52.27 | - |
| YUV | 97.46 | 182.49 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 194 | 0.26 | 0.72 | 0 | 0.24 | 278.42 | 0.56 | 0.49 |
| Hex | 90 | 37 | C2 | 1A | 48 | 0 | 18 | 116 | 38 | 31 |
| Octal | 220 | 67 | 302 | 32 | 110 | 0 | 30 | 426 | 70 | 61 |
| Binary | 10010000 | 110111 | 11000010 | 11010 | 1001000 | 0 | 11000 | 100010110 | 111000 | 110001 |
Color Harmonies of #9037C2
Complementary color
Monochromatic Colors of #9037C2
Black with #9037C2
Text Example
Text Example
White with #9037C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9037C2; }
p { color: rgb(144,55,194); }
H1.HeaderClassName
{
color: #9037C2;
}
.AnyTagClassName
{
color: #9037C2;
}
</style>
background-color css
<style>
a { background-color: #9037C2; }
a { background-color: rgb(144,55,194); }
div.DivClassName
{
background-color: #9037C2;
}
.BgClassName
{
background-color: #9037C2;
}
</style>
border-color css
<style>
span { border-color: #9037C2; }
span { border-color: rgb(144,55,194); }
td.TdClassName
{
border-color: #9037C2;
}
.TagClassName
{
border-color: #9037C2;
}
</style>