Shades of Dark Orchid #9233BA
Tints of Dark Orchid #9233BA
RGB
CMYK
RGB Variations
Color information
#9233BA (or 0x9233BA) is known color: Dark Orchid. HEX triplet: 92, 33 and BA. RGB value is (146,51,186). Sum of RGB (Red+Green+Blue) = 146+51+186=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #9233BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9233BA is #6DCC45. Grayscale: #5E5E5E. Windows color (decimal): -7195718 or 12202898. OLE color: 12202898.
HSL color Cylindrical-coordinate representation of color #9233BA: hue angle of 282.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9233BA is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 51 | 186 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.27 |
| HSL | 282.22º | 0.57% | 0.46% | - |
| HSV(B) | 282.22º | 0.73% | 0.73% | - |
| XYZ | 21.9 | 12.02 | 47.62 | - |
| YUV | 94.8 | 179.47 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 51 | 186 | 0.22 | 0.73 | 0 | 0.27 | 282.22 | 0.57 | 0.46 |
| Hex | 92 | 33 | BA | 16 | 49 | 0 | 1B | 11A | 39 | 2E |
| Octal | 222 | 63 | 272 | 26 | 111 | 0 | 33 | 432 | 71 | 56 |
| Binary | 10010010 | 110011 | 10111010 | 10110 | 1001001 | 0 | 11011 | 100011010 | 111001 | 101110 |
Color Harmonies of #9233BA
Complementary color
Monochromatic Colors of #9233BA
Black with #9233BA
Text Example
Text Example
White with #9233BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9233BA; }
p { color: rgb(146,51,186); }
H1.HeaderClassName
{
color: #9233BA;
}
.AnyTagClassName
{
color: #9233BA;
}
</style>
background-color css
<style>
a { background-color: #9233BA; }
a { background-color: rgb(146,51,186); }
div.DivClassName
{
background-color: #9233BA;
}
.BgClassName
{
background-color: #9233BA;
}
</style>
border-color css
<style>
span { border-color: #9233BA; }
span { border-color: rgb(146,51,186); }
td.TdClassName
{
border-color: #9233BA;
}
.TagClassName
{
border-color: #9233BA;
}
</style>