Shades of Dark Orchid #9331BA
Tints of Dark Orchid #9331BA
RGB
CMYK
RGB Variations
Color information
#9331BA (or 0x9331BA) is known color: Dark Orchid. HEX triplet: 93, 31 and BA. RGB value is (147,49,186). Sum of RGB (Red+Green+Blue) = 147+49+186=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #9331BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9331BA is #6CCE45. Grayscale: #5D5D5D. Windows color (decimal): -7130694 or 12202387. OLE color: 12202387.
HSL color Cylindrical-coordinate representation of color #9331BA: hue angle of 282.92º 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 #9331BA is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 49 | 186 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.27 |
| HSL | 282.92º | 0.58% | 0.46% | - |
| HSV(B) | 282.92º | 0.74% | 0.73% | - |
| XYZ | 21.99 | 11.94 | 47.6 | - |
| YUV | 93.92 | 179.97 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 186 | 0.21 | 0.74 | 0 | 0.27 | 282.92 | 0.58 | 0.46 |
| Hex | 93 | 31 | BA | 15 | 4A | 0 | 1B | 11B | 3A | 2E |
| Octal | 223 | 61 | 272 | 25 | 112 | 0 | 33 | 433 | 72 | 56 |
| Binary | 10010011 | 110001 | 10111010 | 10101 | 1001010 | 0 | 11011 | 100011011 | 111010 | 101110 |
Color Harmonies of #9331BA
Complementary color
Monochromatic Colors of #9331BA
Black with #9331BA
Text Example
Text Example
White with #9331BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9331BA; }
p { color: rgb(147,49,186); }
H1.HeaderClassName
{
color: #9331BA;
}
.AnyTagClassName
{
color: #9331BA;
}
</style>
background-color css
<style>
a { background-color: #9331BA; }
a { background-color: rgb(147,49,186); }
div.DivClassName
{
background-color: #9331BA;
}
.BgClassName
{
background-color: #9331BA;
}
</style>
border-color css
<style>
span { border-color: #9331BA; }
span { border-color: rgb(147,49,186); }
td.TdClassName
{
border-color: #9331BA;
}
.TagClassName
{
border-color: #9331BA;
}
</style>