Shades of Dark Purple #9F2388
Tints of Dark Purple #9F2388
RGB
CMYK
RGB Variations
Color information
#9F2388 (or 0x9F2388) is known color: Dark Purple. HEX triplet: 9F, 23 and 88. RGB value is (159,35,136). Sum of RGB (Red+Green+Blue) = 159+35+136=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2388 is #60DC77. Grayscale: #535353. Windows color (decimal): -6347896 or 8922015. OLE color: 8922015.
HSL color Cylindrical-coordinate representation of color #9F2388: hue angle of 311.13º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2388 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 136 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.38 |
| HSL | 311.13º | 0.64% | 0.38% | - |
| HSV(B) | 311.13º | 0.78% | 0.62% | - |
| XYZ | 19.34 | 10.35 | 24.27 | - |
| YUV | 83.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 136 | 0 | 0.78 | 0.14 | 0.38 | 311.13 | 0.64 | 0.38 |
| Hex | 9F | 23 | 88 | 0 | 4E | E | 26 | 137 | 40 | 26 |
| Octal | 237 | 43 | 210 | 0 | 116 | 16 | 46 | 467 | 100 | 46 |
| Binary | 10011111 | 100011 | 10001000 | 0 | 1001110 | 1110 | 100110 | 100110111 | 1000000 | 100110 |
Color Harmonies of #9F2388
Complementary color
Monochromatic Colors of #9F2388
Black with #9F2388
Text Example
Text Example
White with #9F2388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2388; }
p { color: rgb(159,35,136); }
H1.HeaderClassName
{
color: #9F2388;
}
.AnyTagClassName
{
color: #9F2388;
}
</style>
background-color css
<style>
a { background-color: #9F2388; }
a { background-color: rgb(159,35,136); }
div.DivClassName
{
background-color: #9F2388;
}
.BgClassName
{
background-color: #9F2388;
}
</style>
border-color css
<style>
span { border-color: #9F2388; }
span { border-color: rgb(159,35,136); }
td.TdClassName
{
border-color: #9F2388;
}
.TagClassName
{
border-color: #9F2388;
}
</style>