Shades of Purple #7F0986
Tints of Purple #7F0986
RGB
CMYK
RGB Variations
Color information
#7F0986 (or 0x7F0986) is known color: Purple. HEX triplet: 7F, 09 and 86. RGB value is (127,9,134). Sum of RGB (Red+Green+Blue) = 127+9+134=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #7F0986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0986 is #80F679. Grayscale: #3A3A3A. Windows color (decimal): -8451706 or 8784255. OLE color: 8784255.
HSL color Cylindrical-coordinate representation of color #7F0986: hue angle of 296.64º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0986 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 9 | 134 | - |
| CMYK | 0.05 | 0.93 | 0 | 0.47 |
| HSL | 296.64º | 0.87% | 0.28% | - |
| HSV(B) | 296.64º | 0.93% | 0.53% | - |
| XYZ | 13.15 | 6.43 | 23.1 | - |
| YUV | 58.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 134 | 0.05 | 0.93 | 0 | 0.47 | 296.64 | 0.87 | 0.28 |
| Hex | 7F | 9 | 86 | 5 | 5D | 0 | 2F | 129 | 57 | 1C |
| Octal | 177 | 11 | 206 | 5 | 135 | 0 | 57 | 451 | 127 | 34 |
| Binary | 1111111 | 1001 | 10000110 | 101 | 1011101 | 0 | 101111 | 100101001 | 1010111 | 11100 |
Color Harmonies of #7F0986
Complementary color
Monochromatic Colors of #7F0986
Black with #7F0986
Text Example
Text Example
White with #7F0986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0986; }
p { color: rgb(127,9,134); }
H1.HeaderClassName
{
color: #7F0986;
}
.AnyTagClassName
{
color: #7F0986;
}
</style>
background-color css
<style>
a { background-color: #7F0986; }
a { background-color: rgb(127,9,134); }
div.DivClassName
{
background-color: #7F0986;
}
.BgClassName
{
background-color: #7F0986;
}
</style>
border-color css
<style>
span { border-color: #7F0986; }
span { border-color: rgb(127,9,134); }
td.TdClassName
{
border-color: #7F0986;
}
.TagClassName
{
border-color: #7F0986;
}
</style>