Shades of Dark Purple #9E2F7F
Tints of Dark Purple #9E2F7F
RGB
CMYK
RGB Variations
Color information
#9E2F7F (or 0x9E2F7F) is known color: Dark Purple. HEX triplet: 9E, 2F and 7F. RGB value is (158,47,127). Sum of RGB (Red+Green+Blue) = 158+47+127=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2F7F is #61D080. Grayscale: #595959. Windows color (decimal): -6410369 or 8335262. OLE color: 8335262.
HSL color Cylindrical-coordinate representation of color #9E2F7F: hue angle of 316.76º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E2F7F is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 47 | 127 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.38 |
| HSL | 316.76º | 0.54% | 0.4% | - |
| HSV(B) | 316.76º | 0.7% | 0.62% | - |
| XYZ | 18.95 | 10.83 | 21.17 | - |
| YUV | 89.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 47 | 127 | 0 | 0.70 | 0.20 | 0.38 | 316.76 | 0.54 | 0.4 |
| Hex | 9E | 2F | 7F | 0 | 46 | 14 | 26 | 13D | 36 | 28 |
| Octal | 236 | 57 | 177 | 0 | 106 | 24 | 46 | 475 | 66 | 50 |
| Binary | 10011110 | 101111 | 1111111 | 0 | 1000110 | 10100 | 100110 | 100111101 | 110110 | 101000 |
Color Harmonies of #9E2F7F
Complementary color
Monochromatic Colors of #9E2F7F
Black with #9E2F7F
Text Example
Text Example
White with #9E2F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2F7F; }
p { color: rgb(158,47,127); }
H1.HeaderClassName
{
color: #9E2F7F;
}
.AnyTagClassName
{
color: #9E2F7F;
}
</style>
background-color css
<style>
a { background-color: #9E2F7F; }
a { background-color: rgb(158,47,127); }
div.DivClassName
{
background-color: #9E2F7F;
}
.BgClassName
{
background-color: #9E2F7F;
}
</style>
border-color css
<style>
span { border-color: #9E2F7F; }
span { border-color: rgb(158,47,127); }
td.TdClassName
{
border-color: #9E2F7F;
}
.TagClassName
{
border-color: #9E2F7F;
}
</style>