Shades of Dark Orchid #9031CA
Tints of Dark Orchid #9031CA
RGB
CMYK
RGB Variations
Color information
#9031CA (or 0x9031CA) is known color: Dark Orchid. HEX triplet: 90, 31 and CA. RGB value is (144,49,202). Sum of RGB (Red+Green+Blue) = 144+49+202=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #9031CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9031CA is #6FCE35. Grayscale: #5E5E5E. Windows color (decimal): -7327286 or 13250960. OLE color: 13250960.
HSL color Cylindrical-coordinate representation of color #9031CA: hue angle of 277.25º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9031CA is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 49 | 202 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.21 |
| HSL | 277.25º | 0.61% | 0.49% | - |
| HSV(B) | 277.25º | 0.76% | 0.79% | - |
| XYZ | 23.26 | 12.39 | 57.04 | - |
| YUV | 94.85 | 188.47 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 202 | 0.29 | 0.76 | 0 | 0.21 | 277.25 | 0.61 | 0.49 |
| Hex | 90 | 31 | CA | 1D | 4C | 0 | 15 | 115 | 3D | 31 |
| Octal | 220 | 61 | 312 | 35 | 114 | 0 | 25 | 425 | 75 | 61 |
| Binary | 10010000 | 110001 | 11001010 | 11101 | 1001100 | 0 | 10101 | 100010101 | 111101 | 110001 |
Color Harmonies of #9031CA
Complementary color
Monochromatic Colors of #9031CA
Black with #9031CA
Text Example
Text Example
White with #9031CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9031CA; }
p { color: rgb(144,49,202); }
H1.HeaderClassName
{
color: #9031CA;
}
.AnyTagClassName
{
color: #9031CA;
}
</style>
background-color css
<style>
a { background-color: #9031CA; }
a { background-color: rgb(144,49,202); }
div.DivClassName
{
background-color: #9031CA;
}
.BgClassName
{
background-color: #9031CA;
}
</style>
border-color css
<style>
span { border-color: #9031CA; }
span { border-color: rgb(144,49,202); }
td.TdClassName
{
border-color: #9031CA;
}
.TagClassName
{
border-color: #9031CA;
}
</style>