Shades of Dark Orchid #9329BC
Tints of Dark Orchid #9329BC
RGB
CMYK
RGB Variations
Color information
#9329BC (or 0x9329BC) is known color: Dark Orchid. HEX triplet: 93, 29 and BC. RGB value is (147,41,188). Sum of RGB (Red+Green+Blue) = 147+41+188=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #9329BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9329BC is #6CD643. Grayscale: #585858. Windows color (decimal): -7132740 or 12331411. OLE color: 12331411.
HSL color Cylindrical-coordinate representation of color #9329BC: hue angle of 283.27º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9329BC is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 41 | 188 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.26 |
| HSL | 283.27º | 0.64% | 0.45% | - |
| HSV(B) | 283.27º | 0.78% | 0.74% | - |
| XYZ | 21.9 | 11.42 | 48.63 | - |
| YUV | 89.45 | 183.62 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 188 | 0.22 | 0.78 | 0 | 0.26 | 283.27 | 0.64 | 0.45 |
| Hex | 93 | 29 | BC | 16 | 4E | 0 | 1A | 11B | 40 | 2D |
| Octal | 223 | 51 | 274 | 26 | 116 | 0 | 32 | 433 | 100 | 55 |
| Binary | 10010011 | 101001 | 10111100 | 10110 | 1001110 | 0 | 11010 | 100011011 | 1000000 | 101101 |
Color Harmonies of #9329BC
Complementary color
Monochromatic Colors of #9329BC
Black with #9329BC
Text Example
Text Example
White with #9329BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9329BC; }
p { color: rgb(147,41,188); }
H1.HeaderClassName
{
color: #9329BC;
}
.AnyTagClassName
{
color: #9329BC;
}
</style>
background-color css
<style>
a { background-color: #9329BC; }
a { background-color: rgb(147,41,188); }
div.DivClassName
{
background-color: #9329BC;
}
.BgClassName
{
background-color: #9329BC;
}
</style>
border-color css
<style>
span { border-color: #9329BC; }
span { border-color: rgb(147,41,188); }
td.TdClassName
{
border-color: #9329BC;
}
.TagClassName
{
border-color: #9329BC;
}
</style>