Shades of Dark Purple #9A1F86
Tints of Dark Purple #9A1F86
RGB
CMYK
RGB Variations
Color information
#9A1F86 (or 0x9A1F86) is known color: Dark Purple. HEX triplet: 9A, 1F and 86. RGB value is (154,31,134). Sum of RGB (Red+Green+Blue) = 154+31+134=319 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.28% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1F86 is #65E079. Grayscale: #4F4F4F. Windows color (decimal): -6676602 or 8789914. OLE color: 8789914.
HSL color Cylindrical-coordinate representation of color #9A1F86: hue angle of 309.76º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A1F86 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 31 | 134 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.40 |
| HSL | 309.76º | 0.66% | 0.36% | - |
| HSV(B) | 309.76º | 0.8% | 0.6% | - |
| XYZ | 18.12 | 9.57 | 23.45 | - |
| YUV | 79.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 31 | 134 | 0 | 0.80 | 0.13 | 0.40 | 309.76 | 0.66 | 0.36 |
| Hex | 9A | 1F | 86 | 0 | 50 | D | 28 | 136 | 42 | 24 |
| Octal | 232 | 37 | 206 | 0 | 120 | 15 | 50 | 466 | 102 | 44 |
| Binary | 10011010 | 11111 | 10000110 | 0 | 1010000 | 1101 | 101000 | 100110110 | 1000010 | 100100 |
Color Harmonies of #9A1F86
Complementary color
Monochromatic Colors of #9A1F86
Black with #9A1F86
Text Example
Text Example
White with #9A1F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1F86; }
p { color: rgb(154,31,134); }
H1.HeaderClassName
{
color: #9A1F86;
}
.AnyTagClassName
{
color: #9A1F86;
}
</style>
background-color css
<style>
a { background-color: #9A1F86; }
a { background-color: rgb(154,31,134); }
div.DivClassName
{
background-color: #9A1F86;
}
.BgClassName
{
background-color: #9A1F86;
}
</style>
border-color css
<style>
span { border-color: #9A1F86; }
span { border-color: rgb(154,31,134); }
td.TdClassName
{
border-color: #9A1F86;
}
.TagClassName
{
border-color: #9A1F86;
}
</style>