Shades of Dark Orchid #9E28AC
Tints of Dark Orchid #9E28AC
RGB
CMYK
RGB Variations
Color information
#9E28AC (or 0x9E28AC) is known color: Dark Orchid. HEX triplet: 9E, 28 and AC. RGB value is (158,40,172). Sum of RGB (Red+Green+Blue) = 158+40+172=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E28AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E28AC is #61D753. Grayscale: #595959. Windows color (decimal): -6412116 or 11282590. OLE color: 11282590.
HSL color Cylindrical-coordinate representation of color #9E28AC: hue angle of 293.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E28AC is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 40 | 172 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.33 |
| HSL | 293.64º | 0.62% | 0.42% | - |
| HSV(B) | 293.64º | 0.77% | 0.67% | - |
| XYZ | 22.31 | 11.77 | 40.13 | - |
| YUV | 90.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 172 | 0.08 | 0.77 | 0 | 0.33 | 293.64 | 0.62 | 0.42 |
| Hex | 9E | 28 | AC | 8 | 4D | 0 | 21 | 126 | 3E | 2A |
| Octal | 236 | 50 | 254 | 10 | 115 | 0 | 41 | 446 | 76 | 52 |
| Binary | 10011110 | 101000 | 10101100 | 1000 | 1001101 | 0 | 100001 | 100100110 | 111110 | 101010 |
Color Harmonies of #9E28AC
Complementary color
Monochromatic Colors of #9E28AC
Black with #9E28AC
Text Example
Text Example
White with #9E28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E28AC; }
p { color: rgb(158,40,172); }
H1.HeaderClassName
{
color: #9E28AC;
}
.AnyTagClassName
{
color: #9E28AC;
}
</style>
background-color css
<style>
a { background-color: #9E28AC; }
a { background-color: rgb(158,40,172); }
div.DivClassName
{
background-color: #9E28AC;
}
.BgClassName
{
background-color: #9E28AC;
}
</style>
border-color css
<style>
span { border-color: #9E28AC; }
span { border-color: rgb(158,40,172); }
td.TdClassName
{
border-color: #9E28AC;
}
.TagClassName
{
border-color: #9E28AC;
}
</style>