Shades of Dark Purple #9E268E
Tints of Dark Purple #9E268E
RGB
CMYK
RGB Variations
Color information
#9E268E (or 0x9E268E) is known color: Dark Purple. HEX triplet: 9E, 26 and 8E. RGB value is (158,38,142). Sum of RGB (Red+Green+Blue) = 158+38+142=338 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.75% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 158 - color contains mainly: red. Hex color #9E268E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E268E is #61D971. Grayscale: #555555. Windows color (decimal): -6412658 or 9315998. OLE color: 9315998.
HSL color Cylindrical-coordinate representation of color #9E268E: hue angle of 308º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9E268E is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 142 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.38 |
| HSL | 308º | 0.61% | 0.38% | - |
| HSV(B) | 308º | 0.76% | 0.62% | - |
| XYZ | 19.68 | 10.61 | 26.6 | - |
| YUV | 85.74 | 159.76 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 142 | 0 | 0.76 | 0.10 | 0.38 | 308 | 0.61 | 0.38 |
| Hex | 9E | 26 | 8E | 0 | 4C | A | 26 | 134 | 3D | 26 |
| Octal | 236 | 46 | 216 | 0 | 114 | 12 | 46 | 464 | 75 | 46 |
| Binary | 10011110 | 100110 | 10001110 | 0 | 1001100 | 1010 | 100110 | 100110100 | 111101 | 100110 |
Color Harmonies of #9E268E
Complementary color
Monochromatic Colors of #9E268E
Black with #9E268E
Text Example
Text Example
White with #9E268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E268E; }
p { color: rgb(158,38,142); }
H1.HeaderClassName
{
color: #9E268E;
}
.AnyTagClassName
{
color: #9E268E;
}
</style>
background-color css
<style>
a { background-color: #9E268E; }
a { background-color: rgb(158,38,142); }
div.DivClassName
{
background-color: #9E268E;
}
.BgClassName
{
background-color: #9E268E;
}
</style>
border-color css
<style>
span { border-color: #9E268E; }
span { border-color: rgb(158,38,142); }
td.TdClassName
{
border-color: #9E268E;
}
.TagClassName
{
border-color: #9E268E;
}
</style>