Shades of Dark Purple #9F2A8A
Tints of Dark Purple #9F2A8A
RGB
CMYK
RGB Variations
Color information
#9F2A8A (or 0x9F2A8A) is known color: Dark Purple. HEX triplet: 9F, 2A and 8A. RGB value is (159,42,138). Sum of RGB (Red+Green+Blue) = 159+42+138=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2A8A is #60D575. Grayscale: #575757. Windows color (decimal): -6346102 or 9054879. OLE color: 9054879.
HSL color Cylindrical-coordinate representation of color #9F2A8A: hue angle of 310.77º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9F2A8A is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 42 | 138 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.38 |
| HSL | 310.77º | 0.58% | 0.39% | - |
| HSV(B) | 310.77º | 0.74% | 0.62% | - |
| XYZ | 19.71 | 10.86 | 25.1 | - |
| YUV | 87.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 42 | 138 | 0 | 0.74 | 0.13 | 0.38 | 310.77 | 0.58 | 0.39 |
| Hex | 9F | 2A | 8A | 0 | 4A | D | 26 | 137 | 3A | 27 |
| Octal | 237 | 52 | 212 | 0 | 112 | 15 | 46 | 467 | 72 | 47 |
| Binary | 10011111 | 101010 | 10001010 | 0 | 1001010 | 1101 | 100110 | 100110111 | 111010 | 100111 |
Color Harmonies of #9F2A8A
Complementary color
Monochromatic Colors of #9F2A8A
Black with #9F2A8A
Text Example
Text Example
White with #9F2A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2A8A; }
p { color: rgb(159,42,138); }
H1.HeaderClassName
{
color: #9F2A8A;
}
.AnyTagClassName
{
color: #9F2A8A;
}
</style>
background-color css
<style>
a { background-color: #9F2A8A; }
a { background-color: rgb(159,42,138); }
div.DivClassName
{
background-color: #9F2A8A;
}
.BgClassName
{
background-color: #9F2A8A;
}
</style>
border-color css
<style>
span { border-color: #9F2A8A; }
span { border-color: rgb(159,42,138); }
td.TdClassName
{
border-color: #9F2A8A;
}
.TagClassName
{
border-color: #9F2A8A;
}
</style>