Shades of Dark Purple #9F1D75
Tints of Dark Purple #9F1D75
RGB
CMYK
RGB Variations
Color information
#9F1D75 (or 0x9F1D75) is known color: Dark Purple. HEX triplet: 9F, 1D and 75. RGB value is (159,29,117). Sum of RGB (Red+Green+Blue) = 159+29+117=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F1D75 is #60E28A. Grayscale: #4D4D4D. Windows color (decimal): -6349451 or 7675295. OLE color: 7675295.
HSL color Cylindrical-coordinate representation of color #9F1D75: hue angle of 319.38º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1D75 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 117 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.38 |
| HSL | 319.38º | 0.69% | 0.37% | - |
| HSV(B) | 319.38º | 0.82% | 0.62% | - |
| XYZ | 17.95 | 9.53 | 17.72 | - |
| YUV | 77.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 117 | 0 | 0.82 | 0.26 | 0.38 | 319.38 | 0.69 | 0.37 |
| Hex | 9F | 1D | 75 | 0 | 52 | 1A | 26 | 13F | 45 | 25 |
| Octal | 237 | 35 | 165 | 0 | 122 | 32 | 46 | 477 | 105 | 45 |
| Binary | 10011111 | 11101 | 1110101 | 0 | 1010010 | 11010 | 100110 | 100111111 | 1000101 | 100101 |
Color Harmonies of #9F1D75
Complementary color
Monochromatic Colors of #9F1D75
Black with #9F1D75
Text Example
Text Example
White with #9F1D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D75; }
p { color: rgb(159,29,117); }
H1.HeaderClassName
{
color: #9F1D75;
}
.AnyTagClassName
{
color: #9F1D75;
}
</style>
background-color css
<style>
a { background-color: #9F1D75; }
a { background-color: rgb(159,29,117); }
div.DivClassName
{
background-color: #9F1D75;
}
.BgClassName
{
background-color: #9F1D75;
}
</style>
border-color css
<style>
span { border-color: #9F1D75; }
span { border-color: rgb(159,29,117); }
td.TdClassName
{
border-color: #9F1D75;
}
.TagClassName
{
border-color: #9F1D75;
}
</style>