Shades of Dark Orchid #9234BA
Tints of Dark Orchid #9234BA
RGB
CMYK
RGB Variations
Color information
#9234BA (or 0x9234BA) is known color: Dark Orchid. HEX triplet: 92, 34 and BA. RGB value is (146,52,186). Sum of RGB (Red+Green+Blue) = 146+52+186=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #9234BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9234BA is #6DCB45. Grayscale: #5E5E5E. Windows color (decimal): -7195462 or 12203154. OLE color: 12203154.
HSL color Cylindrical-coordinate representation of color #9234BA: hue angle of 282.09º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9234BA is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 52 | 186 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.27 |
| HSL | 282.09º | 0.56% | 0.47% | - |
| HSV(B) | 282.09º | 0.72% | 0.73% | - |
| XYZ | 21.94 | 12.11 | 47.64 | - |
| YUV | 95.38 | 179.14 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 52 | 186 | 0.22 | 0.72 | 0 | 0.27 | 282.09 | 0.56 | 0.47 |
| Hex | 92 | 34 | BA | 16 | 48 | 0 | 1B | 11A | 38 | 2F |
| Octal | 222 | 64 | 272 | 26 | 110 | 0 | 33 | 432 | 70 | 57 |
| Binary | 10010010 | 110100 | 10111010 | 10110 | 1001000 | 0 | 11011 | 100011010 | 111000 | 101111 |
Color Harmonies of #9234BA
Complementary color
Monochromatic Colors of #9234BA
Black with #9234BA
Text Example
Text Example
White with #9234BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9234BA; }
p { color: rgb(146,52,186); }
H1.HeaderClassName
{
color: #9234BA;
}
.AnyTagClassName
{
color: #9234BA;
}
</style>
background-color css
<style>
a { background-color: #9234BA; }
a { background-color: rgb(146,52,186); }
div.DivClassName
{
background-color: #9234BA;
}
.BgClassName
{
background-color: #9234BA;
}
</style>
border-color css
<style>
span { border-color: #9234BA; }
span { border-color: rgb(146,52,186); }
td.TdClassName
{
border-color: #9234BA;
}
.TagClassName
{
border-color: #9234BA;
}
</style>