Shades of Dark Purple #9F257D
Tints of Dark Purple #9F257D
RGB
CMYK
RGB Variations
Color information
#9F257D (or 0x9F257D) is known color: Dark Purple. HEX triplet: 9F, 25 and 7D. RGB value is (159,37,125). Sum of RGB (Red+Green+Blue) = 159+37+125=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F257D is #60DA82. Grayscale: #535353. Windows color (decimal): -6347395 or 8201631. OLE color: 8201631.
HSL color Cylindrical-coordinate representation of color #9F257D: hue angle of 316.72º 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 #9F257D is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 125 | - |
| CMYK | 0 | 0.77 | 0.21 | 0.38 |
| HSL | 316.72º | 0.62% | 0.38% | - |
| HSV(B) | 316.72º | 0.77% | 0.62% | - |
| XYZ | 18.66 | 10.17 | 20.38 | - |
| YUV | 83.51 | 151.42 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 125 | 0 | 0.77 | 0.21 | 0.38 | 316.72 | 0.62 | 0.38 |
| Hex | 9F | 25 | 7D | 0 | 4D | 15 | 26 | 13D | 3E | 26 |
| Octal | 237 | 45 | 175 | 0 | 115 | 25 | 46 | 475 | 76 | 46 |
| Binary | 10011111 | 100101 | 1111101 | 0 | 1001101 | 10101 | 100110 | 100111101 | 111110 | 100110 |
Color Harmonies of #9F257D
Complementary color
Monochromatic Colors of #9F257D
Black with #9F257D
Text Example
Text Example
White with #9F257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F257D; }
p { color: rgb(159,37,125); }
H1.HeaderClassName
{
color: #9F257D;
}
.AnyTagClassName
{
color: #9F257D;
}
</style>
background-color css
<style>
a { background-color: #9F257D; }
a { background-color: rgb(159,37,125); }
div.DivClassName
{
background-color: #9F257D;
}
.BgClassName
{
background-color: #9F257D;
}
</style>
border-color css
<style>
span { border-color: #9F257D; }
span { border-color: rgb(159,37,125); }
td.TdClassName
{
border-color: #9F257D;
}
.TagClassName
{
border-color: #9F257D;
}
</style>