Shades of Dark Orchid #9329BA
Tints of Dark Orchid #9329BA
RGB
CMYK
RGB Variations
Color information
#9329BA (or 0x9329BA) is known color: Dark Orchid. HEX triplet: 93, 29 and BA. RGB value is (147,41,186). Sum of RGB (Red+Green+Blue) = 147+41+186=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #9329BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9329BA is #6CD645. Grayscale: #585858. Windows color (decimal): -7132742 or 12200339. OLE color: 12200339.
HSL color Cylindrical-coordinate representation of color #9329BA: hue angle of 283.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9329BA is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 41 | 186 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.27 |
| HSL | 283.86º | 0.64% | 0.45% | - |
| HSV(B) | 283.86º | 0.78% | 0.73% | - |
| XYZ | 21.69 | 11.33 | 47.5 | - |
| YUV | 89.22 | 182.62 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 186 | 0.21 | 0.78 | 0 | 0.27 | 283.86 | 0.64 | 0.45 |
| Hex | 93 | 29 | BA | 15 | 4E | 0 | 1B | 11C | 40 | 2D |
| Octal | 223 | 51 | 272 | 25 | 116 | 0 | 33 | 434 | 100 | 55 |
| Binary | 10010011 | 101001 | 10111010 | 10101 | 1001110 | 0 | 11011 | 100011100 | 1000000 | 101101 |
Color Harmonies of #9329BA
Complementary color
Monochromatic Colors of #9329BA
Black with #9329BA
Text Example
Text Example
White with #9329BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9329BA; }
p { color: rgb(147,41,186); }
H1.HeaderClassName
{
color: #9329BA;
}
.AnyTagClassName
{
color: #9329BA;
}
</style>
background-color css
<style>
a { background-color: #9329BA; }
a { background-color: rgb(147,41,186); }
div.DivClassName
{
background-color: #9329BA;
}
.BgClassName
{
background-color: #9329BA;
}
</style>
border-color css
<style>
span { border-color: #9329BA; }
span { border-color: rgb(147,41,186); }
td.TdClassName
{
border-color: #9329BA;
}
.TagClassName
{
border-color: #9329BA;
}
</style>