Shades of Dark Purple #9F258D
Tints of Dark Purple #9F258D
RGB
CMYK
RGB Variations
Color information
#9F258D (or 0x9F258D) is known color: Dark Purple. HEX triplet: 9F, 25 and 8D. RGB value is (159,37,141). Sum of RGB (Red+Green+Blue) = 159+37+141=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F258D is #60DA72. Grayscale: #555555. Windows color (decimal): -6347379 or 9250207. OLE color: 9250207.
HSL color Cylindrical-coordinate representation of color #9F258D: hue angle of 308.85º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F258D is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 141 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.38 |
| HSL | 308.85º | 0.62% | 0.38% | - |
| HSV(B) | 308.85º | 0.77% | 0.62% | - |
| XYZ | 19.77 | 10.62 | 26.21 | - |
| YUV | 85.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 141 | 0 | 0.77 | 0.11 | 0.38 | 308.85 | 0.62 | 0.38 |
| Hex | 9F | 25 | 8D | 0 | 4D | B | 26 | 135 | 3E | 26 |
| Octal | 237 | 45 | 215 | 0 | 115 | 13 | 46 | 465 | 76 | 46 |
| Binary | 10011111 | 100101 | 10001101 | 0 | 1001101 | 1011 | 100110 | 100110101 | 111110 | 100110 |
Color Harmonies of #9F258D
Complementary color
Monochromatic Colors of #9F258D
Black with #9F258D
Text Example
Text Example
White with #9F258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F258D; }
p { color: rgb(159,37,141); }
H1.HeaderClassName
{
color: #9F258D;
}
.AnyTagClassName
{
color: #9F258D;
}
</style>
background-color css
<style>
a { background-color: #9F258D; }
a { background-color: rgb(159,37,141); }
div.DivClassName
{
background-color: #9F258D;
}
.BgClassName
{
background-color: #9F258D;
}
</style>
border-color css
<style>
span { border-color: #9F258D; }
span { border-color: rgb(159,37,141); }
td.TdClassName
{
border-color: #9F258D;
}
.TagClassName
{
border-color: #9F258D;
}
</style>