Shades of Dark Orchid #9031BB
Tints of Dark Orchid #9031BB
RGB
CMYK
RGB Variations
Color information
#9031BB (or 0x9031BB) is known color: Dark Orchid. HEX triplet: 90, 31 and BB. RGB value is (144,49,187). Sum of RGB (Red+Green+Blue) = 144+49+187=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #9031BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9031BB is #6FCE44. Grayscale: #5C5C5C. Windows color (decimal): -7327301 or 12267920. OLE color: 12267920.
HSL color Cylindrical-coordinate representation of color #9031BB: hue angle of 281.3º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9031BB is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 49 | 187 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.27 |
| HSL | 281.3º | 0.58% | 0.46% | - |
| HSV(B) | 281.3º | 0.74% | 0.73% | - |
| XYZ | 21.57 | 11.71 | 48.14 | - |
| YUV | 93.14 | 180.97 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 49 | 187 | 0.23 | 0.74 | 0 | 0.27 | 281.3 | 0.58 | 0.46 |
| Hex | 90 | 31 | BB | 17 | 4A | 0 | 1B | 119 | 3A | 2E |
| Octal | 220 | 61 | 273 | 27 | 112 | 0 | 33 | 431 | 72 | 56 |
| Binary | 10010000 | 110001 | 10111011 | 10111 | 1001010 | 0 | 11011 | 100011001 | 111010 | 101110 |
Color Harmonies of #9031BB
Complementary color
Monochromatic Colors of #9031BB
Black with #9031BB
Text Example
Text Example
White with #9031BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9031BB; }
p { color: rgb(144,49,187); }
H1.HeaderClassName
{
color: #9031BB;
}
.AnyTagClassName
{
color: #9031BB;
}
</style>
background-color css
<style>
a { background-color: #9031BB; }
a { background-color: rgb(144,49,187); }
div.DivClassName
{
background-color: #9031BB;
}
.BgClassName
{
background-color: #9031BB;
}
</style>
border-color css
<style>
span { border-color: #9031BB; }
span { border-color: rgb(144,49,187); }
td.TdClassName
{
border-color: #9031BB;
}
.TagClassName
{
border-color: #9031BB;
}
</style>