Shades of Dark Purple #9F2380
Tints of Dark Purple #9F2380
RGB
CMYK
RGB Variations
Color information
#9F2380 (or 0x9F2380) is known color: Dark Purple. HEX triplet: 9F, 23 and 80. RGB value is (159,35,128). Sum of RGB (Red+Green+Blue) = 159+35+128=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2380 is #60DC7F. Grayscale: #525252. Windows color (decimal): -6347904 or 8397727. OLE color: 8397727.
HSL color Cylindrical-coordinate representation of color #9F2380: hue angle of 315º 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 #9F2380 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 128 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.38 |
| HSL | 315º | 0.64% | 0.38% | - |
| HSV(B) | 315º | 0.78% | 0.62% | - |
| XYZ | 18.8 | 10.13 | 21.39 | - |
| YUV | 82.68 | 153.58 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 128 | 0 | 0.78 | 0.19 | 0.38 | 315 | 0.64 | 0.38 |
| Hex | 9F | 23 | 80 | 0 | 4E | 13 | 26 | 13B | 40 | 26 |
| Octal | 237 | 43 | 200 | 0 | 116 | 23 | 46 | 473 | 100 | 46 |
| Binary | 10011111 | 100011 | 10000000 | 0 | 1001110 | 10011 | 100110 | 100111011 | 1000000 | 100110 |
Color Harmonies of #9F2380
Complementary color
Monochromatic Colors of #9F2380
Black with #9F2380
Text Example
Text Example
White with #9F2380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2380; }
p { color: rgb(159,35,128); }
H1.HeaderClassName
{
color: #9F2380;
}
.AnyTagClassName
{
color: #9F2380;
}
</style>
background-color css
<style>
a { background-color: #9F2380; }
a { background-color: rgb(159,35,128); }
div.DivClassName
{
background-color: #9F2380;
}
.BgClassName
{
background-color: #9F2380;
}
</style>
border-color css
<style>
span { border-color: #9F2380; }
span { border-color: rgb(159,35,128); }
td.TdClassName
{
border-color: #9F2380;
}
.TagClassName
{
border-color: #9F2380;
}
</style>