Shades of Dark Orchid #9330BA
Tints of Dark Orchid #9330BA
RGB
CMYK
RGB Variations
Color information
#9330BA (or 0x9330BA) is known color: Dark Orchid. HEX triplet: 93, 30 and BA. RGB value is (147,48,186). Sum of RGB (Red+Green+Blue) = 147+48+186=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #9330BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9330BA is #6CCF45. Grayscale: #5C5C5C. Windows color (decimal): -7130950 or 12202131. OLE color: 12202131.
HSL color Cylindrical-coordinate representation of color #9330BA: hue angle of 283.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9330BA is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 48 | 186 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.27 |
| HSL | 283.04º | 0.59% | 0.46% | - |
| HSV(B) | 283.04º | 0.74% | 0.73% | - |
| XYZ | 21.95 | 11.86 | 47.59 | - |
| YUV | 93.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 186 | 0.21 | 0.74 | 0 | 0.27 | 283.04 | 0.59 | 0.46 |
| Hex | 93 | 30 | BA | 15 | 4A | 0 | 1B | 11B | 3B | 2E |
| Octal | 223 | 60 | 272 | 25 | 112 | 0 | 33 | 433 | 73 | 56 |
| Binary | 10010011 | 110000 | 10111010 | 10101 | 1001010 | 0 | 11011 | 100011011 | 111011 | 101110 |
Color Harmonies of #9330BA
Complementary color
Monochromatic Colors of #9330BA
Black with #9330BA
Text Example
Text Example
White with #9330BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9330BA; }
p { color: rgb(147,48,186); }
H1.HeaderClassName
{
color: #9330BA;
}
.AnyTagClassName
{
color: #9330BA;
}
</style>
background-color css
<style>
a { background-color: #9330BA; }
a { background-color: rgb(147,48,186); }
div.DivClassName
{
background-color: #9330BA;
}
.BgClassName
{
background-color: #9330BA;
}
</style>
border-color css
<style>
span { border-color: #9330BA; }
span { border-color: rgb(147,48,186); }
td.TdClassName
{
border-color: #9330BA;
}
.TagClassName
{
border-color: #9330BA;
}
</style>