Shades of Dark Orchid #9E32BC
Tints of Dark Orchid #9E32BC
RGB
CMYK
RGB Variations
Color information
#9E32BC (or 0x9E32BC) is known color: Dark Orchid. HEX triplet: 9E, 32 and BC. RGB value is (158,50,188). Sum of RGB (Red+Green+Blue) = 158+50+188=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E32BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E32BC is #61CD43. Grayscale: #616161. Windows color (decimal): -6409540 or 12333726. OLE color: 12333726.
HSL color Cylindrical-coordinate representation of color #9E32BC: hue angle of 286.96º 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 #9E32BC is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 50 | 188 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.26 |
| HSL | 286.96º | 0.58% | 0.47% | - |
| HSV(B) | 286.96º | 0.73% | 0.74% | - |
| XYZ | 24.32 | 13.18 | 48.84 | - |
| YUV | 98.02 | 178.78 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 188 | 0.16 | 0.73 | 0 | 0.26 | 286.96 | 0.58 | 0.47 |
| Hex | 9E | 32 | BC | 10 | 49 | 0 | 1A | 11F | 3A | 2F |
| Octal | 236 | 62 | 274 | 20 | 111 | 0 | 32 | 437 | 72 | 57 |
| Binary | 10011110 | 110010 | 10111100 | 10000 | 1001001 | 0 | 11010 | 100011111 | 111010 | 101111 |
Color Harmonies of #9E32BC
Complementary color
Monochromatic Colors of #9E32BC
Black with #9E32BC
Text Example
Text Example
White with #9E32BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E32BC; }
p { color: rgb(158,50,188); }
H1.HeaderClassName
{
color: #9E32BC;
}
.AnyTagClassName
{
color: #9E32BC;
}
</style>
background-color css
<style>
a { background-color: #9E32BC; }
a { background-color: rgb(158,50,188); }
div.DivClassName
{
background-color: #9E32BC;
}
.BgClassName
{
background-color: #9E32BC;
}
</style>
border-color css
<style>
span { border-color: #9E32BC; }
span { border-color: rgb(158,50,188); }
td.TdClassName
{
border-color: #9E32BC;
}
.TagClassName
{
border-color: #9E32BC;
}
</style>