Shades of Dark Purple #9F258A
Tints of Dark Purple #9F258A
RGB
CMYK
RGB Variations
Color information
#9F258A (or 0x9F258A) is known color: Dark Purple. HEX triplet: 9F, 25 and 8A. RGB value is (159,37,138). Sum of RGB (Red+Green+Blue) = 159+37+138=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F258A is #60DA75. Grayscale: #545454. Windows color (decimal): -6347382 or 9053599. OLE color: 9053599.
HSL color Cylindrical-coordinate representation of color #9F258A: hue angle of 310.33º 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 #9F258A is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 138 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.38 |
| HSL | 310.33º | 0.62% | 0.38% | - |
| HSV(B) | 310.33º | 0.77% | 0.62% | - |
| XYZ | 19.55 | 10.53 | 25.05 | - |
| YUV | 84.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 138 | 0 | 0.77 | 0.13 | 0.38 | 310.33 | 0.62 | 0.38 |
| Hex | 9F | 25 | 8A | 0 | 4D | D | 26 | 136 | 3E | 26 |
| Octal | 237 | 45 | 212 | 0 | 115 | 15 | 46 | 466 | 76 | 46 |
| Binary | 10011111 | 100101 | 10001010 | 0 | 1001101 | 1101 | 100110 | 100110110 | 111110 | 100110 |
Color Harmonies of #9F258A
Complementary color
Monochromatic Colors of #9F258A
Black with #9F258A
Text Example
Text Example
White with #9F258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F258A; }
p { color: rgb(159,37,138); }
H1.HeaderClassName
{
color: #9F258A;
}
.AnyTagClassName
{
color: #9F258A;
}
</style>
background-color css
<style>
a { background-color: #9F258A; }
a { background-color: rgb(159,37,138); }
div.DivClassName
{
background-color: #9F258A;
}
.BgClassName
{
background-color: #9F258A;
}
</style>
border-color css
<style>
span { border-color: #9F258A; }
span { border-color: rgb(159,37,138); }
td.TdClassName
{
border-color: #9F258A;
}
.TagClassName
{
border-color: #9F258A;
}
</style>