Shades of Dark Orchid #9031B1
Tints of Dark Orchid #9031B1
RGB
CMYK
RGB Variations
Color information
#9031B1 (or 0x9031B1) is known color: Dark Orchid. HEX triplet: 90, 31 and B1. RGB value is (144,49,177). Sum of RGB (Red+Green+Blue) = 144+49+177=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #9031B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9031B1 is #6FCE4E. Grayscale: #5B5B5B. Windows color (decimal): -7327311 or 11612560. OLE color: 11612560.
HSL color Cylindrical-coordinate representation of color #9031B1: hue angle of 284.53º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9031B1 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 49 | 177 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.31 |
| HSL | 284.53º | 0.57% | 0.44% | - |
| HSV(B) | 284.53º | 0.72% | 0.69% | - |
| XYZ | 20.54 | 11.3 | 42.69 | - |
| YUV | 92 | 175.97 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 177 | 0.19 | 0.72 | 0 | 0.31 | 284.53 | 0.57 | 0.44 |
| Hex | 90 | 31 | B1 | 13 | 48 | 0 | 1F | 11D | 39 | 2C |
| Octal | 220 | 61 | 261 | 23 | 110 | 0 | 37 | 435 | 71 | 54 |
| Binary | 10010000 | 110001 | 10110001 | 10011 | 1001000 | 0 | 11111 | 100011101 | 111001 | 101100 |
Color Harmonies of #9031B1
Complementary color
Monochromatic Colors of #9031B1
Black with #9031B1
Text Example
Text Example
White with #9031B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9031B1; }
p { color: rgb(144,49,177); }
H1.HeaderClassName
{
color: #9031B1;
}
.AnyTagClassName
{
color: #9031B1;
}
</style>
background-color css
<style>
a { background-color: #9031B1; }
a { background-color: rgb(144,49,177); }
div.DivClassName
{
background-color: #9031B1;
}
.BgClassName
{
background-color: #9031B1;
}
</style>
border-color css
<style>
span { border-color: #9031B1; }
span { border-color: rgb(144,49,177); }
td.TdClassName
{
border-color: #9031B1;
}
.TagClassName
{
border-color: #9031B1;
}
</style>