Shades of Dark Purple #9E2685
Tints of Dark Purple #9E2685
RGB
CMYK
RGB Variations
Color information
#9E2685 (or 0x9E2685) is known color: Dark Purple. HEX triplet: 9E, 26 and 85. RGB value is (158,38,133). Sum of RGB (Red+Green+Blue) = 158+38+133=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2685 is #61D97A. Grayscale: #545454. Windows color (decimal): -6412667 or 8726174. OLE color: 8726174.
HSL color Cylindrical-coordinate representation of color #9E2685: hue angle of 312.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 #9E2685 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 38 | 133 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.38 |
| HSL | 312.5º | 0.61% | 0.38% | - |
| HSV(B) | 312.5º | 0.76% | 0.62% | - |
| XYZ | 19.03 | 10.35 | 23.18 | - |
| YUV | 84.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 38 | 133 | 0 | 0.76 | 0.16 | 0.38 | 312.5 | 0.61 | 0.38 |
| Hex | 9E | 26 | 85 | 0 | 4C | 10 | 26 | 138 | 3D | 26 |
| Octal | 236 | 46 | 205 | 0 | 114 | 20 | 46 | 470 | 75 | 46 |
| Binary | 10011110 | 100110 | 10000101 | 0 | 1001100 | 10000 | 100110 | 100111000 | 111101 | 100110 |
Color Harmonies of #9E2685
Complementary color
Monochromatic Colors of #9E2685
Black with #9E2685
Text Example
Text Example
White with #9E2685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2685; }
p { color: rgb(158,38,133); }
H1.HeaderClassName
{
color: #9E2685;
}
.AnyTagClassName
{
color: #9E2685;
}
</style>
background-color css
<style>
a { background-color: #9E2685; }
a { background-color: rgb(158,38,133); }
div.DivClassName
{
background-color: #9E2685;
}
.BgClassName
{
background-color: #9E2685;
}
</style>
border-color css
<style>
span { border-color: #9E2685; }
span { border-color: rgb(158,38,133); }
td.TdClassName
{
border-color: #9E2685;
}
.TagClassName
{
border-color: #9E2685;
}
</style>