Shades of Dark Orchid #9E29AC
Tints of Dark Orchid #9E29AC
RGB
CMYK
RGB Variations
Color information
#9E29AC (or 0x9E29AC) is known color: Dark Orchid. HEX triplet: 9E, 29 and AC. RGB value is (158,41,172). Sum of RGB (Red+Green+Blue) = 158+41+172=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E29AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E29AC is #61D653. Grayscale: #5A5A5A. Windows color (decimal): -6411860 or 11282846. OLE color: 11282846.
HSL color Cylindrical-coordinate representation of color #9E29AC: hue angle of 293.59º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E29AC is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 41 | 172 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.33 |
| HSL | 293.59º | 0.62% | 0.42% | - |
| HSV(B) | 293.59º | 0.76% | 0.67% | - |
| XYZ | 22.34 | 11.83 | 40.14 | - |
| YUV | 90.92 | 173.76 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 41 | 172 | 0.08 | 0.76 | 0 | 0.33 | 293.59 | 0.62 | 0.42 |
| Hex | 9E | 29 | AC | 8 | 4C | 0 | 21 | 126 | 3E | 2A |
| Octal | 236 | 51 | 254 | 10 | 114 | 0 | 41 | 446 | 76 | 52 |
| Binary | 10011110 | 101001 | 10101100 | 1000 | 1001100 | 0 | 100001 | 100100110 | 111110 | 101010 |
Color Harmonies of #9E29AC
Complementary color
Monochromatic Colors of #9E29AC
Black with #9E29AC
Text Example
Text Example
White with #9E29AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E29AC; }
p { color: rgb(158,41,172); }
H1.HeaderClassName
{
color: #9E29AC;
}
.AnyTagClassName
{
color: #9E29AC;
}
</style>
background-color css
<style>
a { background-color: #9E29AC; }
a { background-color: rgb(158,41,172); }
div.DivClassName
{
background-color: #9E29AC;
}
.BgClassName
{
background-color: #9E29AC;
}
</style>
border-color css
<style>
span { border-color: #9E29AC; }
span { border-color: rgb(158,41,172); }
td.TdClassName
{
border-color: #9E29AC;
}
.TagClassName
{
border-color: #9E29AC;
}
</style>