Shades of Medium Purple #9079E4
Tints of Medium Purple #9079E4
RGB
CMYK
RGB Variations
Color information
#9079E4 (or 0x9079E4) is known color: Medium Purple. HEX triplet: 90, 79 and E4. RGB value is (144,121,228). Sum of RGB (Red+Green+Blue) = 144+121+228=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 228 (89.45% from 255 or 46.25% from 493); Max value from RGB is 228 - color contains mainly: blue. Hex color #9079E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9079E4 is #6F861B. Grayscale: #8B8B8B. Windows color (decimal): -7308828 or 14973328. OLE color: 14973328.
HSL color Cylindrical-coordinate representation of color #9079E4: hue angle of 252.9º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9079E4 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 121 | 228 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.11 |
| HSL | 252.9º | 0.66% | 0.68% | - |
| HSV(B) | 252.9º | 0.47% | 0.89% | - |
| XYZ | 32.34 | 25.21 | 76.56 | - |
| YUV | 140.08 | 177.62 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 228 | 0.37 | 0.47 | 0 | 0.11 | 252.9 | 0.66 | 0.68 |
| Hex | 90 | 79 | E4 | 25 | 2F | 0 | B | FD | 42 | 44 |
| Octal | 220 | 171 | 344 | 45 | 57 | 0 | 13 | 375 | 102 | 104 |
| Binary | 10010000 | 1111001 | 11100100 | 100101 | 101111 | 0 | 1011 | 11111101 | 1000010 | 1000100 |
Color Harmonies of #9079E4
Complementary color
Monochromatic Colors of #9079E4
Black with #9079E4
Text Example
Text Example
White with #9079E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9079E4; }
p { color: rgb(144,121,228); }
H1.HeaderClassName
{
color: #9079E4;
}
.AnyTagClassName
{
color: #9079E4;
}
</style>
background-color css
<style>
a { background-color: #9079E4; }
a { background-color: rgb(144,121,228); }
div.DivClassName
{
background-color: #9079E4;
}
.BgClassName
{
background-color: #9079E4;
}
</style>
border-color css
<style>
span { border-color: #9079E4; }
span { border-color: rgb(144,121,228); }
td.TdClassName
{
border-color: #9079E4;
}
.TagClassName
{
border-color: #9079E4;
}
</style>