Shades of Purple #7F098A
Tints of Purple #7F098A
RGB
CMYK
RGB Variations
Color information
#7F098A (or 0x7F098A) is known color: Purple. HEX triplet: 7F, 09 and 8A. RGB value is (127,9,138). Sum of RGB (Red+Green+Blue) = 127+9+138=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F098A is #80F675. Grayscale: #3A3A3A. Windows color (decimal): -8451702 or 9046399. OLE color: 9046399.
HSL color Cylindrical-coordinate representation of color #7F098A: hue angle of 294.88º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F098A is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 9 | 138 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.46 |
| HSL | 294.88º | 0.88% | 0.29% | - |
| HSV(B) | 294.88º | 0.93% | 0.54% | - |
| XYZ | 13.44 | 6.54 | 24.6 | - |
| YUV | 58.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 9 | 138 | 0.08 | 0.93 | 0 | 0.46 | 294.88 | 0.88 | 0.29 |
| Hex | 7F | 9 | 8A | 8 | 5D | 0 | 2E | 127 | 58 | 1D |
| Octal | 177 | 11 | 212 | 10 | 135 | 0 | 56 | 447 | 130 | 35 |
| Binary | 1111111 | 1001 | 10001010 | 1000 | 1011101 | 0 | 101110 | 100100111 | 1011000 | 11101 |
Color Harmonies of #7F098A
Complementary color
Monochromatic Colors of #7F098A
Black with #7F098A
Text Example
Text Example
White with #7F098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F098A; }
p { color: rgb(127,9,138); }
H1.HeaderClassName
{
color: #7F098A;
}
.AnyTagClassName
{
color: #7F098A;
}
</style>
background-color css
<style>
a { background-color: #7F098A; }
a { background-color: rgb(127,9,138); }
div.DivClassName
{
background-color: #7F098A;
}
.BgClassName
{
background-color: #7F098A;
}
</style>
border-color css
<style>
span { border-color: #7F098A; }
span { border-color: rgb(127,9,138); }
td.TdClassName
{
border-color: #7F098A;
}
.TagClassName
{
border-color: #7F098A;
}
</style>