Shades of Dark Orchid #9E26AB
Tints of Dark Orchid #9E26AB
RGB
CMYK
RGB Variations
Color information
#9E26AB (or 0x9E26AB) is known color: Dark Orchid. HEX triplet: 9E, 26 and AB. RGB value is (158,38,171). Sum of RGB (Red+Green+Blue) = 158+38+171=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E26AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E26AB is #61D954. Grayscale: #585858. Windows color (decimal): -6412629 or 11216542. OLE color: 11216542.
HSL color Cylindrical-coordinate representation of color #9E26AB: hue angle of 294.14º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9E26AB is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 38 | 171 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.33 |
| HSL | 294.14º | 0.64% | 0.41% | - |
| HSV(B) | 294.14º | 0.78% | 0.67% | - |
| XYZ | 22.14 | 11.6 | 39.6 | - |
| YUV | 89.04 | 174.26 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 171 | 0.08 | 0.78 | 0 | 0.33 | 294.14 | 0.64 | 0.41 |
| Hex | 9E | 26 | AB | 8 | 4E | 0 | 21 | 126 | 40 | 29 |
| Octal | 236 | 46 | 253 | 10 | 116 | 0 | 41 | 446 | 100 | 51 |
| Binary | 10011110 | 100110 | 10101011 | 1000 | 1001110 | 0 | 100001 | 100100110 | 1000000 | 101001 |
Color Harmonies of #9E26AB
Complementary color
Monochromatic Colors of #9E26AB
Black with #9E26AB
Text Example
Text Example
White with #9E26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E26AB; }
p { color: rgb(158,38,171); }
H1.HeaderClassName
{
color: #9E26AB;
}
.AnyTagClassName
{
color: #9E26AB;
}
</style>
background-color css
<style>
a { background-color: #9E26AB; }
a { background-color: rgb(158,38,171); }
div.DivClassName
{
background-color: #9E26AB;
}
.BgClassName
{
background-color: #9E26AB;
}
</style>
border-color css
<style>
span { border-color: #9E26AB; }
span { border-color: rgb(158,38,171); }
td.TdClassName
{
border-color: #9E26AB;
}
.TagClassName
{
border-color: #9E26AB;
}
</style>