Shades of Dark Orchid #9E34AC
Tints of Dark Orchid #9E34AC
RGB
CMYK
RGB Variations
Color information
#9E34AC (or 0x9E34AC) is known color: Dark Orchid. HEX triplet: 9E, 34 and AC. RGB value is (158,52,172). Sum of RGB (Red+Green+Blue) = 158+52+172=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E34AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E34AC is #61CB53. Grayscale: #616161. Windows color (decimal): -6409044 or 11285662. OLE color: 11285662.
HSL color Cylindrical-coordinate representation of color #9E34AC: hue angle of 293º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E34AC is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 52 | 172 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.33 |
| HSL | 293º | 0.54% | 0.44% | - |
| HSV(B) | 293º | 0.7% | 0.67% | - |
| XYZ | 22.77 | 12.7 | 40.28 | - |
| YUV | 97.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 52 | 172 | 0.08 | 0.70 | 0 | 0.33 | 293 | 0.54 | 0.44 |
| Hex | 9E | 34 | AC | 8 | 46 | 0 | 21 | 125 | 36 | 2C |
| Octal | 236 | 64 | 254 | 10 | 106 | 0 | 41 | 445 | 66 | 54 |
| Binary | 10011110 | 110100 | 10101100 | 1000 | 1000110 | 0 | 100001 | 100100101 | 110110 | 101100 |
Color Harmonies of #9E34AC
Complementary color
Monochromatic Colors of #9E34AC
Black with #9E34AC
Text Example
Text Example
White with #9E34AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E34AC; }
p { color: rgb(158,52,172); }
H1.HeaderClassName
{
color: #9E34AC;
}
.AnyTagClassName
{
color: #9E34AC;
}
</style>
background-color css
<style>
a { background-color: #9E34AC; }
a { background-color: rgb(158,52,172); }
div.DivClassName
{
background-color: #9E34AC;
}
.BgClassName
{
background-color: #9E34AC;
}
</style>
border-color css
<style>
span { border-color: #9E34AC; }
span { border-color: rgb(158,52,172); }
td.TdClassName
{
border-color: #9E34AC;
}
.TagClassName
{
border-color: #9E34AC;
}
</style>