Shades of Dark Orchid #9329BF
Tints of Dark Orchid #9329BF
RGB
CMYK
RGB Variations
Color information
#9329BF (or 0x9329BF) is known color: Dark Orchid. HEX triplet: 93, 29 and BF. RGB value is (147,41,191). Sum of RGB (Red+Green+Blue) = 147+41+191=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #9329BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9329BF is #6CD640. Grayscale: #595959. Windows color (decimal): -7132737 or 12528019. OLE color: 12528019.
HSL color Cylindrical-coordinate representation of color #9329BF: hue angle of 282.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9329BF is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 41 | 191 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.25 |
| HSL | 282.4º | 0.65% | 0.45% | - |
| HSV(B) | 282.4º | 0.79% | 0.75% | - |
| XYZ | 22.23 | 11.55 | 50.35 | - |
| YUV | 89.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 191 | 0.23 | 0.79 | 0 | 0.25 | 282.4 | 0.65 | 0.45 |
| Hex | 93 | 29 | BF | 17 | 4F | 0 | 19 | 11A | 41 | 2D |
| Octal | 223 | 51 | 277 | 27 | 117 | 0 | 31 | 432 | 101 | 55 |
| Binary | 10010011 | 101001 | 10111111 | 10111 | 1001111 | 0 | 11001 | 100011010 | 1000001 | 101101 |
Color Harmonies of #9329BF
Complementary color
Monochromatic Colors of #9329BF
Black with #9329BF
Text Example
Text Example
White with #9329BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9329BF; }
p { color: rgb(147,41,191); }
H1.HeaderClassName
{
color: #9329BF;
}
.AnyTagClassName
{
color: #9329BF;
}
</style>
background-color css
<style>
a { background-color: #9329BF; }
a { background-color: rgb(147,41,191); }
div.DivClassName
{
background-color: #9329BF;
}
.BgClassName
{
background-color: #9329BF;
}
</style>
border-color css
<style>
span { border-color: #9329BF; }
span { border-color: rgb(147,41,191); }
td.TdClassName
{
border-color: #9329BF;
}
.TagClassName
{
border-color: #9329BF;
}
</style>