Shades of Medium Purple #9079E9
Tints of Medium Purple #9079E9
RGB
CMYK
RGB Variations
Color information
#9079E9 (or 0x9079E9) is known color: Medium Purple. HEX triplet: 90, 79 and E9. RGB value is (144,121,233). Sum of RGB (Red+Green+Blue) = 144+121+233=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 233 - color contains mainly: blue. Hex color #9079E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9079E9 is #6F8616. Grayscale: #8C8C8C. Windows color (decimal): -7308823 or 15301008. OLE color: 15301008.
HSL color Cylindrical-coordinate representation of color #9079E9: hue angle of 252.32º degrees, saturation: 0.72, 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 #9079E9 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 121 | 233 | - |
| CMYK | 0.38 | 0.48 | 0 | 0.09 |
| HSL | 252.32º | 0.72% | 0.69% | - |
| HSV(B) | 252.32º | 0.48% | 0.91% | - |
| XYZ | 33.05 | 25.49 | 80.27 | - |
| YUV | 140.65 | 180.12 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 233 | 0.38 | 0.48 | 0 | 0.09 | 252.32 | 0.72 | 0.69 |
| Hex | 90 | 79 | E9 | 26 | 30 | 0 | 9 | FC | 48 | 45 |
| Octal | 220 | 171 | 351 | 46 | 60 | 0 | 11 | 374 | 110 | 105 |
| Binary | 10010000 | 1111001 | 11101001 | 100110 | 110000 | 0 | 1001 | 11111100 | 1001000 | 1000101 |
Color Harmonies of #9079E9
Complementary color
Monochromatic Colors of #9079E9
Black with #9079E9
Text Example
Text Example
White with #9079E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9079E9; }
p { color: rgb(144,121,233); }
H1.HeaderClassName
{
color: #9079E9;
}
.AnyTagClassName
{
color: #9079E9;
}
</style>
background-color css
<style>
a { background-color: #9079E9; }
a { background-color: rgb(144,121,233); }
div.DivClassName
{
background-color: #9079E9;
}
.BgClassName
{
background-color: #9079E9;
}
</style>
border-color css
<style>
span { border-color: #9079E9; }
span { border-color: rgb(144,121,233); }
td.TdClassName
{
border-color: #9079E9;
}
.TagClassName
{
border-color: #9079E9;
}
</style>