Shades of Medium Purple #9079E7
Tints of Medium Purple #9079E7
RGB
CMYK
RGB Variations
Color information
#9079E7 (or 0x9079E7) is known color: Medium Purple. HEX triplet: 90, 79 and E7. RGB value is (144,121,231). Sum of RGB (Red+Green+Blue) = 144+121+231=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 231 - color contains mainly: blue. Hex color #9079E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9079E7 is #6F8618. Grayscale: #8C8C8C. Windows color (decimal): -7308825 or 15169936. OLE color: 15169936.
HSL color Cylindrical-coordinate representation of color #9079E7: hue angle of 252.55º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9079E7 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 121 | 231 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.09 |
| HSL | 252.55º | 0.7% | 0.69% | - |
| HSV(B) | 252.55º | 0.48% | 0.91% | - |
| XYZ | 32.76 | 25.37 | 78.77 | - |
| YUV | 140.42 | 179.12 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 231 | 0.38 | 0.48 | 0 | 0.09 | 252.55 | 0.7 | 0.69 |
| Hex | 90 | 79 | E7 | 26 | 30 | 0 | 9 | FD | 46 | 45 |
| Octal | 220 | 171 | 347 | 46 | 60 | 0 | 11 | 375 | 106 | 105 |
| Binary | 10010000 | 1111001 | 11100111 | 100110 | 110000 | 0 | 1001 | 11111101 | 1000110 | 1000101 |
Color Harmonies of #9079E7
Complementary color
Monochromatic Colors of #9079E7
Black with #9079E7
Text Example
Text Example
White with #9079E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9079E7; }
p { color: rgb(144,121,231); }
H1.HeaderClassName
{
color: #9079E7;
}
.AnyTagClassName
{
color: #9079E7;
}
</style>
background-color css
<style>
a { background-color: #9079E7; }
a { background-color: rgb(144,121,231); }
div.DivClassName
{
background-color: #9079E7;
}
.BgClassName
{
background-color: #9079E7;
}
</style>
border-color css
<style>
span { border-color: #9079E7; }
span { border-color: rgb(144,121,231); }
td.TdClassName
{
border-color: #9079E7;
}
.TagClassName
{
border-color: #9079E7;
}
</style>