Shades of Dark Purple #9E2679
Tints of Dark Purple #9E2679
RGB
CMYK
RGB Variations
Color information
#9E2679 (or 0x9E2679) is known color: Dark Purple. HEX triplet: 9E, 26 and 79. RGB value is (158,38,121). Sum of RGB (Red+Green+Blue) = 158+38+121=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2679 is #61D986. Grayscale: #535353. Windows color (decimal): -6412679 or 7939742. OLE color: 7939742.
HSL color Cylindrical-coordinate representation of color #9E2679: hue angle of 318.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 #9E2679 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 121 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.38 |
| HSL | 318.5º | 0.61% | 0.38% | - |
| HSV(B) | 318.5º | 0.76% | 0.62% | - |
| XYZ | 18.24 | 10.04 | 19.06 | - |
| YUV | 83.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 121 | 0 | 0.76 | 0.23 | 0.38 | 318.5 | 0.61 | 0.38 |
| Hex | 9E | 26 | 79 | 0 | 4C | 17 | 26 | 13E | 3D | 26 |
| Octal | 236 | 46 | 171 | 0 | 114 | 27 | 46 | 476 | 75 | 46 |
| Binary | 10011110 | 100110 | 1111001 | 0 | 1001100 | 10111 | 100110 | 100111110 | 111101 | 100110 |
Color Harmonies of #9E2679
Complementary color
Monochromatic Colors of #9E2679
Black with #9E2679
Text Example
Text Example
White with #9E2679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2679; }
p { color: rgb(158,38,121); }
H1.HeaderClassName
{
color: #9E2679;
}
.AnyTagClassName
{
color: #9E2679;
}
</style>
background-color css
<style>
a { background-color: #9E2679; }
a { background-color: rgb(158,38,121); }
div.DivClassName
{
background-color: #9E2679;
}
.BgClassName
{
background-color: #9E2679;
}
</style>
border-color css
<style>
span { border-color: #9E2679; }
span { border-color: rgb(158,38,121); }
td.TdClassName
{
border-color: #9E2679;
}
.TagClassName
{
border-color: #9E2679;
}
</style>