Shades of Dark Orchid #9231BA
Tints of Dark Orchid #9231BA
RGB
CMYK
RGB Variations
Color information
#9231BA (or 0x9231BA) is known color: Dark Orchid. HEX triplet: 92, 31 and BA. RGB value is (146,49,186). Sum of RGB (Red+Green+Blue) = 146+49+186=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #9231BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9231BA is #6DCE45. Grayscale: #5D5D5D. Windows color (decimal): -7196230 or 12202386. OLE color: 12202386.
HSL color Cylindrical-coordinate representation of color #9231BA: hue angle of 282.48º 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 #9231BA is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 49 | 186 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.27 |
| HSL | 282.48º | 0.58% | 0.46% | - |
| HSV(B) | 282.48º | 0.74% | 0.73% | - |
| XYZ | 21.82 | 11.85 | 47.59 | - |
| YUV | 93.62 | 180.14 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 49 | 186 | 0.22 | 0.74 | 0 | 0.27 | 282.48 | 0.58 | 0.46 |
| Hex | 92 | 31 | BA | 16 | 4A | 0 | 1B | 11A | 3A | 2E |
| Octal | 222 | 61 | 272 | 26 | 112 | 0 | 33 | 432 | 72 | 56 |
| Binary | 10010010 | 110001 | 10111010 | 10110 | 1001010 | 0 | 11011 | 100011010 | 111010 | 101110 |
Color Harmonies of #9231BA
Complementary color
Monochromatic Colors of #9231BA
Black with #9231BA
Text Example
Text Example
White with #9231BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9231BA; }
p { color: rgb(146,49,186); }
H1.HeaderClassName
{
color: #9231BA;
}
.AnyTagClassName
{
color: #9231BA;
}
</style>
background-color css
<style>
a { background-color: #9231BA; }
a { background-color: rgb(146,49,186); }
div.DivClassName
{
background-color: #9231BA;
}
.BgClassName
{
background-color: #9231BA;
}
</style>
border-color css
<style>
span { border-color: #9231BA; }
span { border-color: rgb(146,49,186); }
td.TdClassName
{
border-color: #9231BA;
}
.TagClassName
{
border-color: #9231BA;
}
</style>