Shades of Dark Purple #9F258C
Tints of Dark Purple #9F258C
RGB
CMYK
RGB Variations
Color information
#9F258C (or 0x9F258C) is known color: Dark Purple. HEX triplet: 9F, 25 and 8C. RGB value is (159,37,140). Sum of RGB (Red+Green+Blue) = 159+37+140=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F258C is #60DA73. Grayscale: #545454. Windows color (decimal): -6347380 or 9184671. OLE color: 9184671.
HSL color Cylindrical-coordinate representation of color #9F258C: hue angle of 309.34º 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 #9F258C is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 37 | 140 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.38 |
| HSL | 309.34º | 0.62% | 0.38% | - |
| HSV(B) | 309.34º | 0.77% | 0.62% | - |
| XYZ | 19.69 | 10.59 | 25.82 | - |
| YUV | 85.22 | 158.92 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 37 | 140 | 0 | 0.77 | 0.12 | 0.38 | 309.34 | 0.62 | 0.38 |
| Hex | 9F | 25 | 8C | 0 | 4D | C | 26 | 135 | 3E | 26 |
| Octal | 237 | 45 | 214 | 0 | 115 | 14 | 46 | 465 | 76 | 46 |
| Binary | 10011111 | 100101 | 10001100 | 0 | 1001101 | 1100 | 100110 | 100110101 | 111110 | 100110 |
Color Harmonies of #9F258C
Complementary color
Monochromatic Colors of #9F258C
Black with #9F258C
Text Example
Text Example
White with #9F258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F258C; }
p { color: rgb(159,37,140); }
H1.HeaderClassName
{
color: #9F258C;
}
.AnyTagClassName
{
color: #9F258C;
}
</style>
background-color css
<style>
a { background-color: #9F258C; }
a { background-color: rgb(159,37,140); }
div.DivClassName
{
background-color: #9F258C;
}
.BgClassName
{
background-color: #9F258C;
}
</style>
border-color css
<style>
span { border-color: #9F258C; }
span { border-color: rgb(159,37,140); }
td.TdClassName
{
border-color: #9F258C;
}
.TagClassName
{
border-color: #9F258C;
}
</style>