Shades of Dark Purple #9F257C
Tints of Dark Purple #9F257C
RGB
CMYK
RGB Variations
Color information
#9F257C (or 0x9F257C) is known color: Dark Purple. HEX triplet: 9F, 25 and 7C. RGB value is (159,37,124). Sum of RGB (Red+Green+Blue) = 159+37+124=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F257C is #60DA83. Grayscale: #535353. Windows color (decimal): -6347396 or 8136095. OLE color: 8136095.
HSL color Cylindrical-coordinate representation of color #9F257C: hue angle of 317.21º 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 #9F257C is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 124 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.38 |
| HSL | 317.21º | 0.62% | 0.38% | - |
| HSV(B) | 317.21º | 0.77% | 0.62% | - |
| XYZ | 18.6 | 10.15 | 20.05 | - |
| YUV | 83.4 | 150.92 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 124 | 0 | 0.77 | 0.22 | 0.38 | 317.21 | 0.62 | 0.38 |
| Hex | 9F | 25 | 7C | 0 | 4D | 16 | 26 | 13D | 3E | 26 |
| Octal | 237 | 45 | 174 | 0 | 115 | 26 | 46 | 475 | 76 | 46 |
| Binary | 10011111 | 100101 | 1111100 | 0 | 1001101 | 10110 | 100110 | 100111101 | 111110 | 100110 |
Color Harmonies of #9F257C
Complementary color
Monochromatic Colors of #9F257C
Black with #9F257C
Text Example
Text Example
White with #9F257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F257C; }
p { color: rgb(159,37,124); }
H1.HeaderClassName
{
color: #9F257C;
}
.AnyTagClassName
{
color: #9F257C;
}
</style>
background-color css
<style>
a { background-color: #9F257C; }
a { background-color: rgb(159,37,124); }
div.DivClassName
{
background-color: #9F257C;
}
.BgClassName
{
background-color: #9F257C;
}
</style>
border-color css
<style>
span { border-color: #9F257C; }
span { border-color: rgb(159,37,124); }
td.TdClassName
{
border-color: #9F257C;
}
.TagClassName
{
border-color: #9F257C;
}
</style>