Shades of Dark Purple #9F1A8B
Tints of Dark Purple #9F1A8B
RGB
CMYK
RGB Variations
Color information
#9F1A8B (or 0x9F1A8B) is known color: Dark Purple. HEX triplet: 9F, 1A and 8B. RGB value is (159,26,139). Sum of RGB (Red+Green+Blue) = 159+26+139=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1A8B is #60E574. Grayscale: #4E4E4E. Windows color (decimal): -6350197 or 9116319. OLE color: 9116319.
HSL color Cylindrical-coordinate representation of color #9F1A8B: hue angle of 309.02º 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 #9F1A8B is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 26 | 139 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.38 |
| HSL | 309.02º | 0.72% | 0.36% | - |
| HSV(B) | 309.02º | 0.84% | 0.62% | - |
| XYZ | 19.33 | 9.97 | 25.33 | - |
| YUV | 78.65 | 162.06 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 26 | 139 | 0 | 0.84 | 0.13 | 0.38 | 309.02 | 0.72 | 0.36 |
| Hex | 9F | 1A | 8B | 0 | 54 | D | 26 | 135 | 48 | 24 |
| Octal | 237 | 32 | 213 | 0 | 124 | 15 | 46 | 465 | 110 | 44 |
| Binary | 10011111 | 11010 | 10001011 | 0 | 1010100 | 1101 | 100110 | 100110101 | 1001000 | 100100 |
Color Harmonies of #9F1A8B
Complementary color
Monochromatic Colors of #9F1A8B
Black with #9F1A8B
Text Example
Text Example
White with #9F1A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1A8B; }
p { color: rgb(159,26,139); }
H1.HeaderClassName
{
color: #9F1A8B;
}
.AnyTagClassName
{
color: #9F1A8B;
}
</style>
background-color css
<style>
a { background-color: #9F1A8B; }
a { background-color: rgb(159,26,139); }
div.DivClassName
{
background-color: #9F1A8B;
}
.BgClassName
{
background-color: #9F1A8B;
}
</style>
border-color css
<style>
span { border-color: #9F1A8B; }
span { border-color: rgb(159,26,139); }
td.TdClassName
{
border-color: #9F1A8B;
}
.TagClassName
{
border-color: #9F1A8B;
}
</style>