Shades of Dark Purple #9E2D7F
Tints of Dark Purple #9E2D7F
RGB
CMYK
RGB Variations
Color information
#9E2D7F (or 0x9E2D7F) is known color: Dark Purple. HEX triplet: 9E, 2D and 7F. RGB value is (158,45,127). Sum of RGB (Red+Green+Blue) = 158+45+127=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2D7F is #61D280. Grayscale: #575757. Windows color (decimal): -6410881 or 8334750. OLE color: 8334750.
HSL color Cylindrical-coordinate representation of color #9E2D7F: hue angle of 316.46º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E2D7F is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 45 | 127 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.38 |
| HSL | 316.46º | 0.56% | 0.4% | - |
| HSV(B) | 316.46º | 0.72% | 0.62% | - |
| XYZ | 18.87 | 10.68 | 21.15 | - |
| YUV | 88.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 127 | 0 | 0.72 | 0.20 | 0.38 | 316.46 | 0.56 | 0.4 |
| Hex | 9E | 2D | 7F | 0 | 48 | 14 | 26 | 13C | 38 | 28 |
| Octal | 236 | 55 | 177 | 0 | 110 | 24 | 46 | 474 | 70 | 50 |
| Binary | 10011110 | 101101 | 1111111 | 0 | 1001000 | 10100 | 100110 | 100111100 | 111000 | 101000 |
Color Harmonies of #9E2D7F
Complementary color
Monochromatic Colors of #9E2D7F
Black with #9E2D7F
Text Example
Text Example
White with #9E2D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2D7F; }
p { color: rgb(158,45,127); }
H1.HeaderClassName
{
color: #9E2D7F;
}
.AnyTagClassName
{
color: #9E2D7F;
}
</style>
background-color css
<style>
a { background-color: #9E2D7F; }
a { background-color: rgb(158,45,127); }
div.DivClassName
{
background-color: #9E2D7F;
}
.BgClassName
{
background-color: #9E2D7F;
}
</style>
border-color css
<style>
span { border-color: #9E2D7F; }
span { border-color: rgb(158,45,127); }
td.TdClassName
{
border-color: #9E2D7F;
}
.TagClassName
{
border-color: #9E2D7F;
}
</style>