Shades of Dark Purple #9E318A
Tints of Dark Purple #9E318A
RGB
CMYK
RGB Variations
Color information
#9E318A (or 0x9E318A) is known color: Dark Purple. HEX triplet: 9E, 31 and 8A. RGB value is (158,49,138). Sum of RGB (Red+Green+Blue) = 158+49+138=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 158 - color contains mainly: red. Hex color #9E318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E318A is #61CE75. Grayscale: #5B5B5B. Windows color (decimal): -6409846 or 9056670. OLE color: 9056670.
HSL color Cylindrical-coordinate representation of color #9E318A: hue angle of 311.01º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E318A is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 138 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.38 |
| HSL | 311.01º | 0.53% | 0.41% | - |
| HSV(B) | 311.01º | 0.69% | 0.62% | - |
| XYZ | 19.79 | 11.3 | 25.18 | - |
| YUV | 91.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 138 | 0 | 0.69 | 0.13 | 0.38 | 311.01 | 0.53 | 0.41 |
| Hex | 9E | 31 | 8A | 0 | 45 | D | 26 | 137 | 35 | 29 |
| Octal | 236 | 61 | 212 | 0 | 105 | 15 | 46 | 467 | 65 | 51 |
| Binary | 10011110 | 110001 | 10001010 | 0 | 1000101 | 1101 | 100110 | 100110111 | 110101 | 101001 |
Color Harmonies of #9E318A
Complementary color
Monochromatic Colors of #9E318A
Black with #9E318A
Text Example
Text Example
White with #9E318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E318A; }
p { color: rgb(158,49,138); }
H1.HeaderClassName
{
color: #9E318A;
}
.AnyTagClassName
{
color: #9E318A;
}
</style>
background-color css
<style>
a { background-color: #9E318A; }
a { background-color: rgb(158,49,138); }
div.DivClassName
{
background-color: #9E318A;
}
.BgClassName
{
background-color: #9E318A;
}
</style>
border-color css
<style>
span { border-color: #9E318A; }
span { border-color: rgb(158,49,138); }
td.TdClassName
{
border-color: #9E318A;
}
.TagClassName
{
border-color: #9E318A;
}
</style>