Shades of Dark Purple #9F2398
Tints of Dark Purple #9F2398
RGB
CMYK
RGB Variations
Color information
#9F2398 (or 0x9F2398) is known color: Dark Purple. HEX triplet: 9F, 23 and 98. RGB value is (159,35,152). Sum of RGB (Red+Green+Blue) = 159+35+152=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2398 is #60DC67. Grayscale: #555555. Windows color (decimal): -6347880 or 9970591. OLE color: 9970591.
HSL color Cylindrical-coordinate representation of color #9F2398: hue angle of 303.39º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F2398 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 152 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.38 |
| HSL | 303.39º | 0.64% | 0.38% | - |
| HSV(B) | 303.39º | 0.78% | 0.62% | - |
| XYZ | 20.57 | 10.84 | 30.71 | - |
| YUV | 85.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 152 | 0 | 0.78 | 0.04 | 0.38 | 303.39 | 0.64 | 0.38 |
| Hex | 9F | 23 | 98 | 0 | 4E | 4 | 26 | 12F | 40 | 26 |
| Octal | 237 | 43 | 230 | 0 | 116 | 4 | 46 | 457 | 100 | 46 |
| Binary | 10011111 | 100011 | 10011000 | 0 | 1001110 | 100 | 100110 | 100101111 | 1000000 | 100110 |
Color Harmonies of #9F2398
Complementary color
Monochromatic Colors of #9F2398
Black with #9F2398
Text Example
Text Example
White with #9F2398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2398; }
p { color: rgb(159,35,152); }
H1.HeaderClassName
{
color: #9F2398;
}
.AnyTagClassName
{
color: #9F2398;
}
</style>
background-color css
<style>
a { background-color: #9F2398; }
a { background-color: rgb(159,35,152); }
div.DivClassName
{
background-color: #9F2398;
}
.BgClassName
{
background-color: #9F2398;
}
</style>
border-color css
<style>
span { border-color: #9F2398; }
span { border-color: rgb(159,35,152); }
td.TdClassName
{
border-color: #9F2398;
}
.TagClassName
{
border-color: #9F2398;
}
</style>