Shades of Dark Purple #9E257A
Tints of Dark Purple #9E257A
RGB
CMYK
RGB Variations
Color information
#9E257A (or 0x9E257A) is known color: Dark Purple. HEX triplet: 9E, 25 and 7A. RGB value is (158,37,122). Sum of RGB (Red+Green+Blue) = 158+37+122=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E257A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E257A is #61DA85. Grayscale: #525252. Windows color (decimal): -6412934 or 8005022. OLE color: 8005022.
HSL color Cylindrical-coordinate representation of color #9E257A: hue angle of 317.85º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E257A is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 122 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.38 |
| HSL | 317.85º | 0.62% | 0.38% | - |
| HSV(B) | 317.85º | 0.77% | 0.62% | - |
| XYZ | 18.27 | 10 | 19.38 | - |
| YUV | 82.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 122 | 0 | 0.77 | 0.23 | 0.38 | 317.85 | 0.62 | 0.38 |
| Hex | 9E | 25 | 7A | 0 | 4D | 17 | 26 | 13E | 3E | 26 |
| Octal | 236 | 45 | 172 | 0 | 115 | 27 | 46 | 476 | 76 | 46 |
| Binary | 10011110 | 100101 | 1111010 | 0 | 1001101 | 10111 | 100110 | 100111110 | 111110 | 100110 |
Color Harmonies of #9E257A
Complementary color
Monochromatic Colors of #9E257A
Black with #9E257A
Text Example
Text Example
White with #9E257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E257A; }
p { color: rgb(158,37,122); }
H1.HeaderClassName
{
color: #9E257A;
}
.AnyTagClassName
{
color: #9E257A;
}
</style>
background-color css
<style>
a { background-color: #9E257A; }
a { background-color: rgb(158,37,122); }
div.DivClassName
{
background-color: #9E257A;
}
.BgClassName
{
background-color: #9E257A;
}
</style>
border-color css
<style>
span { border-color: #9E257A; }
span { border-color: rgb(158,37,122); }
td.TdClassName
{
border-color: #9E257A;
}
.TagClassName
{
border-color: #9E257A;
}
</style>