Shades of Dark Orchid #9324BA
Tints of Dark Orchid #9324BA
RGB
CMYK
RGB Variations
Color information
#9324BA (or 0x9324BA) is known color: Dark Orchid. HEX triplet: 93, 24 and BA. RGB value is (147,36,186). Sum of RGB (Red+Green+Blue) = 147+36+186=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #9324BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9324BA is #6CDB45. Grayscale: #555555. Windows color (decimal): -7134022 or 12199059. OLE color: 12199059.
HSL color Cylindrical-coordinate representation of color #9324BA: hue angle of 284.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9324BA is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 36 | 186 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.27 |
| HSL | 284.4º | 0.68% | 0.44% | - |
| HSV(B) | 284.4º | 0.81% | 0.73% | - |
| XYZ | 21.53 | 11.01 | 47.44 | - |
| YUV | 86.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 36 | 186 | 0.21 | 0.81 | 0 | 0.27 | 284.4 | 0.68 | 0.44 |
| Hex | 93 | 24 | BA | 15 | 51 | 0 | 1B | 11C | 44 | 2C |
| Octal | 223 | 44 | 272 | 25 | 121 | 0 | 33 | 434 | 104 | 54 |
| Binary | 10010011 | 100100 | 10111010 | 10101 | 1010001 | 0 | 11011 | 100011100 | 1000100 | 101100 |
Color Harmonies of #9324BA
Complementary color
Monochromatic Colors of #9324BA
Black with #9324BA
Text Example
Text Example
White with #9324BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9324BA; }
p { color: rgb(147,36,186); }
H1.HeaderClassName
{
color: #9324BA;
}
.AnyTagClassName
{
color: #9324BA;
}
</style>
background-color css
<style>
a { background-color: #9324BA; }
a { background-color: rgb(147,36,186); }
div.DivClassName
{
background-color: #9324BA;
}
.BgClassName
{
background-color: #9324BA;
}
</style>
border-color css
<style>
span { border-color: #9324BA; }
span { border-color: rgb(147,36,186); }
td.TdClassName
{
border-color: #9324BA;
}
.TagClassName
{
border-color: #9324BA;
}
</style>