Shades of Dark Orchid #9332BC
Tints of Dark Orchid #9332BC
RGB
CMYK
RGB Variations
Color information
#9332BC (or 0x9332BC) is known color: Dark Orchid. HEX triplet: 93, 32 and BC. RGB value is (147,50,188). Sum of RGB (Red+Green+Blue) = 147+50+188=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #9332BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9332BC is #6CCD43. Grayscale: #5E5E5E. Windows color (decimal): -7130436 or 12333715. OLE color: 12333715.
HSL color Cylindrical-coordinate representation of color #9332BC: hue angle of 282.17º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9332BC is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 50 | 188 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.26 |
| HSL | 282.17º | 0.58% | 0.47% | - |
| HSV(B) | 282.17º | 0.73% | 0.74% | - |
| XYZ | 22.25 | 12.12 | 48.74 | - |
| YUV | 94.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 50 | 188 | 0.22 | 0.73 | 0 | 0.26 | 282.17 | 0.58 | 0.47 |
| Hex | 93 | 32 | BC | 16 | 49 | 0 | 1A | 11A | 3A | 2F |
| Octal | 223 | 62 | 274 | 26 | 111 | 0 | 32 | 432 | 72 | 57 |
| Binary | 10010011 | 110010 | 10111100 | 10110 | 1001001 | 0 | 11010 | 100011010 | 111010 | 101111 |
Color Harmonies of #9332BC
Complementary color
Monochromatic Colors of #9332BC
Black with #9332BC
Text Example
Text Example
White with #9332BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9332BC; }
p { color: rgb(147,50,188); }
H1.HeaderClassName
{
color: #9332BC;
}
.AnyTagClassName
{
color: #9332BC;
}
</style>
background-color css
<style>
a { background-color: #9332BC; }
a { background-color: rgb(147,50,188); }
div.DivClassName
{
background-color: #9332BC;
}
.BgClassName
{
background-color: #9332BC;
}
</style>
border-color css
<style>
span { border-color: #9332BC; }
span { border-color: rgb(147,50,188); }
td.TdClassName
{
border-color: #9332BC;
}
.TagClassName
{
border-color: #9332BC;
}
</style>