Shades of Dark Purple #9E308B
Tints of Dark Purple #9E308B
RGB
CMYK
RGB Variations
Color information
#9E308B (or 0x9E308B) is known color: Dark Purple. HEX triplet: 9E, 30 and 8B. RGB value is (158,48,139). Sum of RGB (Red+Green+Blue) = 158+48+139=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 158 - color contains mainly: red. Hex color #9E308B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E308B is #61CF74. Grayscale: #5B5B5B. Windows color (decimal): -6410101 or 9121950. OLE color: 9121950.
HSL color Cylindrical-coordinate representation of color #9E308B: hue angle of 310.36º degrees, saturation: 0.53, 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 #9E308B is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 48 | 139 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.38 |
| HSL | 310.36º | 0.53% | 0.4% | - |
| HSV(B) | 310.36º | 0.7% | 0.62% | - |
| XYZ | 19.82 | 11.25 | 25.55 | - |
| YUV | 91.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 139 | 0 | 0.70 | 0.12 | 0.38 | 310.36 | 0.53 | 0.4 |
| Hex | 9E | 30 | 8B | 0 | 46 | C | 26 | 136 | 35 | 28 |
| Octal | 236 | 60 | 213 | 0 | 106 | 14 | 46 | 466 | 65 | 50 |
| Binary | 10011110 | 110000 | 10001011 | 0 | 1000110 | 1100 | 100110 | 100110110 | 110101 | 101000 |
Color Harmonies of #9E308B
Complementary color
Monochromatic Colors of #9E308B
Black with #9E308B
Text Example
Text Example
White with #9E308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E308B; }
p { color: rgb(158,48,139); }
H1.HeaderClassName
{
color: #9E308B;
}
.AnyTagClassName
{
color: #9E308B;
}
</style>
background-color css
<style>
a { background-color: #9E308B; }
a { background-color: rgb(158,48,139); }
div.DivClassName
{
background-color: #9E308B;
}
.BgClassName
{
background-color: #9E308B;
}
</style>
border-color css
<style>
span { border-color: #9E308B; }
span { border-color: rgb(158,48,139); }
td.TdClassName
{
border-color: #9E308B;
}
.TagClassName
{
border-color: #9E308B;
}
</style>