Shades of Dark Orchid #9330BD
Tints of Dark Orchid #9330BD
RGB
CMYK
RGB Variations
Color information
#9330BD (or 0x9330BD) is known color: Dark Orchid. HEX triplet: 93, 30 and BD. RGB value is (147,48,189). Sum of RGB (Red+Green+Blue) = 147+48+189=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #9330BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9330BD is #6CCF42. Grayscale: #5D5D5D. Windows color (decimal): -7130947 or 12398739. OLE color: 12398739.
HSL color Cylindrical-coordinate representation of color #9330BD: hue angle of 282.13º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9330BD is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 48 | 189 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.26 |
| HSL | 282.13º | 0.59% | 0.46% | - |
| HSV(B) | 282.13º | 0.75% | 0.74% | - |
| XYZ | 22.27 | 11.99 | 49.28 | - |
| YUV | 93.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 189 | 0.22 | 0.75 | 0 | 0.26 | 282.13 | 0.59 | 0.46 |
| Hex | 93 | 30 | BD | 16 | 4B | 0 | 1A | 11A | 3B | 2E |
| Octal | 223 | 60 | 275 | 26 | 113 | 0 | 32 | 432 | 73 | 56 |
| Binary | 10010011 | 110000 | 10111101 | 10110 | 1001011 | 0 | 11010 | 100011010 | 111011 | 101110 |
Color Harmonies of #9330BD
Complementary color
Monochromatic Colors of #9330BD
Black with #9330BD
Text Example
Text Example
White with #9330BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9330BD; }
p { color: rgb(147,48,189); }
H1.HeaderClassName
{
color: #9330BD;
}
.AnyTagClassName
{
color: #9330BD;
}
</style>
background-color css
<style>
a { background-color: #9330BD; }
a { background-color: rgb(147,48,189); }
div.DivClassName
{
background-color: #9330BD;
}
.BgClassName
{
background-color: #9330BD;
}
</style>
border-color css
<style>
span { border-color: #9330BD; }
span { border-color: rgb(147,48,189); }
td.TdClassName
{
border-color: #9330BD;
}
.TagClassName
{
border-color: #9330BD;
}
</style>