Shades of Dark Purple #9E268D
Tints of Dark Purple #9E268D
RGB
CMYK
RGB Variations
Color information
#9E268D (or 0x9E268D) is known color: Dark Purple. HEX triplet: 9E, 26 and 8D. RGB value is (158,38,141). Sum of RGB (Red+Green+Blue) = 158+38+141=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 158 - color contains mainly: red. Hex color #9E268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E268D is #61D972. Grayscale: #555555. Windows color (decimal): -6412659 or 9250462. OLE color: 9250462.
HSL color Cylindrical-coordinate representation of color #9E268D: hue angle of 308.5º 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 #9E268D is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 141 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.38 |
| HSL | 308.5º | 0.61% | 0.38% | - |
| HSV(B) | 308.5º | 0.76% | 0.62% | - |
| XYZ | 19.6 | 10.58 | 26.21 | - |
| YUV | 85.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 141 | 0 | 0.76 | 0.11 | 0.38 | 308.5 | 0.61 | 0.38 |
| Hex | 9E | 26 | 8D | 0 | 4C | B | 26 | 134 | 3D | 26 |
| Octal | 236 | 46 | 215 | 0 | 114 | 13 | 46 | 464 | 75 | 46 |
| Binary | 10011110 | 100110 | 10001101 | 0 | 1001100 | 1011 | 100110 | 100110100 | 111101 | 100110 |
Color Harmonies of #9E268D
Complementary color
Monochromatic Colors of #9E268D
Black with #9E268D
Text Example
Text Example
White with #9E268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E268D; }
p { color: rgb(158,38,141); }
H1.HeaderClassName
{
color: #9E268D;
}
.AnyTagClassName
{
color: #9E268D;
}
</style>
background-color css
<style>
a { background-color: #9E268D; }
a { background-color: rgb(158,38,141); }
div.DivClassName
{
background-color: #9E268D;
}
.BgClassName
{
background-color: #9E268D;
}
</style>
border-color css
<style>
span { border-color: #9E268D; }
span { border-color: rgb(158,38,141); }
td.TdClassName
{
border-color: #9E268D;
}
.TagClassName
{
border-color: #9E268D;
}
</style>