Shades of Dark Purple #9F1A8A
Tints of Dark Purple #9F1A8A
RGB
CMYK
RGB Variations
Color information
#9F1A8A (or 0x9F1A8A) is known color: Dark Purple. HEX triplet: 9F, 1A and 8A. RGB value is (159,26,138). Sum of RGB (Red+Green+Blue) = 159+26+138=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1A8A is #60E575. Grayscale: #4E4E4E. Windows color (decimal): -6350198 or 9050783. OLE color: 9050783.
HSL color Cylindrical-coordinate representation of color #9F1A8A: hue angle of 309.47º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F1A8A is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 26 | 138 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.38 |
| HSL | 309.47º | 0.72% | 0.36% | - |
| HSV(B) | 309.47º | 0.84% | 0.62% | - |
| XYZ | 19.25 | 9.94 | 24.95 | - |
| YUV | 78.54 | 161.56 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 26 | 138 | 0 | 0.84 | 0.13 | 0.38 | 309.47 | 0.72 | 0.36 |
| Hex | 9F | 1A | 8A | 0 | 54 | D | 26 | 135 | 48 | 24 |
| Octal | 237 | 32 | 212 | 0 | 124 | 15 | 46 | 465 | 110 | 44 |
| Binary | 10011111 | 11010 | 10001010 | 0 | 1010100 | 1101 | 100110 | 100110101 | 1001000 | 100100 |
Color Harmonies of #9F1A8A
Complementary color
Monochromatic Colors of #9F1A8A
Black with #9F1A8A
Text Example
Text Example
White with #9F1A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1A8A; }
p { color: rgb(159,26,138); }
H1.HeaderClassName
{
color: #9F1A8A;
}
.AnyTagClassName
{
color: #9F1A8A;
}
</style>
background-color css
<style>
a { background-color: #9F1A8A; }
a { background-color: rgb(159,26,138); }
div.DivClassName
{
background-color: #9F1A8A;
}
.BgClassName
{
background-color: #9F1A8A;
}
</style>
border-color css
<style>
span { border-color: #9F1A8A; }
span { border-color: rgb(159,26,138); }
td.TdClassName
{
border-color: #9F1A8A;
}
.TagClassName
{
border-color: #9F1A8A;
}
</style>