Shades of Dark Purple #9E1D7F
Tints of Dark Purple #9E1D7F
RGB
CMYK
RGB Variations
Color information
#9E1D7F (or 0x9E1D7F) is known color: Dark Purple. HEX triplet: 9E, 1D and 7F. RGB value is (158,29,127). Sum of RGB (Red+Green+Blue) = 158+29+127=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1D7F is #61E280. Grayscale: #4E4E4E. Windows color (decimal): -6414977 or 8330654. OLE color: 8330654.
HSL color Cylindrical-coordinate representation of color #9E1D7F: hue angle of 314.42º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E1D7F is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 29 | 127 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.38 |
| HSL | 314.42º | 0.69% | 0.37% | - |
| HSV(B) | 314.42º | 0.82% | 0.62% | - |
| XYZ | 18.37 | 9.68 | 20.98 | - |
| YUV | 78.74 | 155.24 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 29 | 127 | 0 | 0.82 | 0.20 | 0.38 | 314.42 | 0.69 | 0.37 |
| Hex | 9E | 1D | 7F | 0 | 52 | 14 | 26 | 13A | 45 | 25 |
| Octal | 236 | 35 | 177 | 0 | 122 | 24 | 46 | 472 | 105 | 45 |
| Binary | 10011110 | 11101 | 1111111 | 0 | 1010010 | 10100 | 100110 | 100111010 | 1000101 | 100101 |
Color Harmonies of #9E1D7F
Complementary color
Monochromatic Colors of #9E1D7F
Black with #9E1D7F
Text Example
Text Example
White with #9E1D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1D7F; }
p { color: rgb(158,29,127); }
H1.HeaderClassName
{
color: #9E1D7F;
}
.AnyTagClassName
{
color: #9E1D7F;
}
</style>
background-color css
<style>
a { background-color: #9E1D7F; }
a { background-color: rgb(158,29,127); }
div.DivClassName
{
background-color: #9E1D7F;
}
.BgClassName
{
background-color: #9E1D7F;
}
</style>
border-color css
<style>
span { border-color: #9E1D7F; }
span { border-color: rgb(158,29,127); }
td.TdClassName
{
border-color: #9E1D7F;
}
.TagClassName
{
border-color: #9E1D7F;
}
</style>