Shades of Dark Purple #9F257E
Tints of Dark Purple #9F257E
RGB
CMYK
RGB Variations
Color information
#9F257E (or 0x9F257E) is known color: Dark Purple. HEX triplet: 9F, 25 and 7E. RGB value is (159,37,126). Sum of RGB (Red+Green+Blue) = 159+37+126=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F257E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F257E is #60DA81. Grayscale: #535353. Windows color (decimal): -6347394 or 8267167. OLE color: 8267167.
HSL color Cylindrical-coordinate representation of color #9F257E: hue angle of 316.23º 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 #9F257E is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 126 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.38 |
| HSL | 316.23º | 0.62% | 0.38% | - |
| HSV(B) | 316.23º | 0.77% | 0.62% | - |
| XYZ | 18.73 | 10.2 | 20.72 | - |
| YUV | 83.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 126 | 0 | 0.77 | 0.21 | 0.38 | 316.23 | 0.62 | 0.38 |
| Hex | 9F | 25 | 7E | 0 | 4D | 15 | 26 | 13C | 3E | 26 |
| Octal | 237 | 45 | 176 | 0 | 115 | 25 | 46 | 474 | 76 | 46 |
| Binary | 10011111 | 100101 | 1111110 | 0 | 1001101 | 10101 | 100110 | 100111100 | 111110 | 100110 |
Color Harmonies of #9F257E
Complementary color
Monochromatic Colors of #9F257E
Black with #9F257E
Text Example
Text Example
White with #9F257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F257E; }
p { color: rgb(159,37,126); }
H1.HeaderClassName
{
color: #9F257E;
}
.AnyTagClassName
{
color: #9F257E;
}
</style>
background-color css
<style>
a { background-color: #9F257E; }
a { background-color: rgb(159,37,126); }
div.DivClassName
{
background-color: #9F257E;
}
.BgClassName
{
background-color: #9F257E;
}
</style>
border-color css
<style>
span { border-color: #9F257E; }
span { border-color: rgb(159,37,126); }
td.TdClassName
{
border-color: #9F257E;
}
.TagClassName
{
border-color: #9F257E;
}
</style>