Shades of Dark Orchid #9031C8
Tints of Dark Orchid #9031C8
RGB
CMYK
RGB Variations
Color information
#9031C8 (or 0x9031C8) is known color: Dark Orchid. HEX triplet: 90, 31 and C8. RGB value is (144,49,200). Sum of RGB (Red+Green+Blue) = 144+49+200=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #9031C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9031C8 is #6FCE37. Grayscale: #5E5E5E. Windows color (decimal): -7327288 or 13119888. OLE color: 13119888.
HSL color Cylindrical-coordinate representation of color #9031C8: hue angle of 277.75º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9031C8 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 49 | 200 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.22 |
| HSL | 277.75º | 0.61% | 0.49% | - |
| HSV(B) | 277.75º | 0.76% | 0.78% | - |
| XYZ | 23.03 | 12.3 | 55.8 | - |
| YUV | 94.62 | 187.47 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 200 | 0.28 | 0.76 | 0 | 0.22 | 277.75 | 0.61 | 0.49 |
| Hex | 90 | 31 | C8 | 1C | 4C | 0 | 16 | 116 | 3D | 31 |
| Octal | 220 | 61 | 310 | 34 | 114 | 0 | 26 | 426 | 75 | 61 |
| Binary | 10010000 | 110001 | 11001000 | 11100 | 1001100 | 0 | 10110 | 100010110 | 111101 | 110001 |
Color Harmonies of #9031C8
Complementary color
Monochromatic Colors of #9031C8
Black with #9031C8
Text Example
Text Example
White with #9031C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9031C8; }
p { color: rgb(144,49,200); }
H1.HeaderClassName
{
color: #9031C8;
}
.AnyTagClassName
{
color: #9031C8;
}
</style>
background-color css
<style>
a { background-color: #9031C8; }
a { background-color: rgb(144,49,200); }
div.DivClassName
{
background-color: #9031C8;
}
.BgClassName
{
background-color: #9031C8;
}
</style>
border-color css
<style>
span { border-color: #9031C8; }
span { border-color: rgb(144,49,200); }
td.TdClassName
{
border-color: #9031C8;
}
.TagClassName
{
border-color: #9031C8;
}
</style>