Shades of Dark Orchid #9031B8
Tints of Dark Orchid #9031B8
RGB
CMYK
RGB Variations
Color information
#9031B8 (or 0x9031B8) is known color: Dark Orchid. HEX triplet: 90, 31 and B8. RGB value is (144,49,184). Sum of RGB (Red+Green+Blue) = 144+49+184=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #9031B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9031B8 is #6FCE47. Grayscale: #5C5C5C. Windows color (decimal): -7327304 or 12071312. OLE color: 12071312.
HSL color Cylindrical-coordinate representation of color #9031B8: hue angle of 282.22º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9031B8 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 49 | 184 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.28 |
| HSL | 282.22º | 0.58% | 0.46% | - |
| HSV(B) | 282.22º | 0.73% | 0.72% | - |
| XYZ | 21.25 | 11.59 | 46.46 | - |
| YUV | 92.8 | 179.47 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 184 | 0.22 | 0.73 | 0 | 0.28 | 282.22 | 0.58 | 0.46 |
| Hex | 90 | 31 | B8 | 16 | 49 | 0 | 1C | 11A | 3A | 2E |
| Octal | 220 | 61 | 270 | 26 | 111 | 0 | 34 | 432 | 72 | 56 |
| Binary | 10010000 | 110001 | 10111000 | 10110 | 1001001 | 0 | 11100 | 100011010 | 111010 | 101110 |
Color Harmonies of #9031B8
Complementary color
Monochromatic Colors of #9031B8
Black with #9031B8
Text Example
Text Example
White with #9031B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9031B8; }
p { color: rgb(144,49,184); }
H1.HeaderClassName
{
color: #9031B8;
}
.AnyTagClassName
{
color: #9031B8;
}
</style>
background-color css
<style>
a { background-color: #9031B8; }
a { background-color: rgb(144,49,184); }
div.DivClassName
{
background-color: #9031B8;
}
.BgClassName
{
background-color: #9031B8;
}
</style>
border-color css
<style>
span { border-color: #9031B8; }
span { border-color: rgb(144,49,184); }
td.TdClassName
{
border-color: #9031B8;
}
.TagClassName
{
border-color: #9031B8;
}
</style>