Shades of Dark Orchid #9E28AB
Tints of Dark Orchid #9E28AB
RGB
CMYK
RGB Variations
Color information
#9E28AB (or 0x9E28AB) is known color: Dark Orchid. HEX triplet: 9E, 28 and AB. RGB value is (158,40,171). Sum of RGB (Red+Green+Blue) = 158+40+171=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E28AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E28AB is #61D754. Grayscale: #595959. Windows color (decimal): -6412117 or 11217054. OLE color: 11217054.
HSL color Cylindrical-coordinate representation of color #9E28AB: hue angle of 294.05º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E28AB is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 40 | 171 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.33 |
| HSL | 294.05º | 0.62% | 0.41% | - |
| HSV(B) | 294.05º | 0.77% | 0.67% | - |
| XYZ | 22.21 | 11.73 | 39.62 | - |
| YUV | 90.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 171 | 0.08 | 0.77 | 0 | 0.33 | 294.05 | 0.62 | 0.41 |
| Hex | 9E | 28 | AB | 8 | 4D | 0 | 21 | 126 | 3E | 29 |
| Octal | 236 | 50 | 253 | 10 | 115 | 0 | 41 | 446 | 76 | 51 |
| Binary | 10011110 | 101000 | 10101011 | 1000 | 1001101 | 0 | 100001 | 100100110 | 111110 | 101001 |
Color Harmonies of #9E28AB
Complementary color
Monochromatic Colors of #9E28AB
Black with #9E28AB
Text Example
Text Example
White with #9E28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E28AB; }
p { color: rgb(158,40,171); }
H1.HeaderClassName
{
color: #9E28AB;
}
.AnyTagClassName
{
color: #9E28AB;
}
</style>
background-color css
<style>
a { background-color: #9E28AB; }
a { background-color: rgb(158,40,171); }
div.DivClassName
{
background-color: #9E28AB;
}
.BgClassName
{
background-color: #9E28AB;
}
</style>
border-color css
<style>
span { border-color: #9E28AB; }
span { border-color: rgb(158,40,171); }
td.TdClassName
{
border-color: #9E28AB;
}
.TagClassName
{
border-color: #9E28AB;
}
</style>