Shades of Medium Purple #9072EA
Tints of Medium Purple #9072EA
RGB
CMYK
RGB Variations
Color information
#9072EA (or 0x9072EA) is known color: Medium Purple. HEX triplet: 90, 72 and EA. RGB value is (144,114,234). Sum of RGB (Red+Green+Blue) = 144+114+234=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #9072EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9072EA is #6F8D15. Grayscale: #888888. Windows color (decimal): -7310614 or 15364752. OLE color: 15364752.
HSL color Cylindrical-coordinate representation of color #9072EA: hue angle of 255º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9072EA is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 114 | 234 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.08 |
| HSL | 255º | 0.74% | 0.68% | - |
| HSV(B) | 255º | 0.51% | 0.92% | - |
| XYZ | 32.37 | 23.9 | 80.75 | - |
| YUV | 136.65 | 182.94 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 234 | 0.38 | 0.51 | 0 | 0.08 | 255 | 0.74 | 0.68 |
| Hex | 90 | 72 | EA | 26 | 33 | 0 | 8 | FF | 4A | 44 |
| Octal | 220 | 162 | 352 | 46 | 63 | 0 | 10 | 377 | 112 | 104 |
| Binary | 10010000 | 1110010 | 11101010 | 100110 | 110011 | 0 | 1000 | 11111111 | 1001010 | 1000100 |
Color Harmonies of #9072EA
Complementary color
Monochromatic Colors of #9072EA
Black with #9072EA
Text Example
Text Example
White with #9072EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9072EA; }
p { color: rgb(144,114,234); }
H1.HeaderClassName
{
color: #9072EA;
}
.AnyTagClassName
{
color: #9072EA;
}
</style>
background-color css
<style>
a { background-color: #9072EA; }
a { background-color: rgb(144,114,234); }
div.DivClassName
{
background-color: #9072EA;
}
.BgClassName
{
background-color: #9072EA;
}
</style>
border-color css
<style>
span { border-color: #9072EA; }
span { border-color: rgb(144,114,234); }
td.TdClassName
{
border-color: #9072EA;
}
.TagClassName
{
border-color: #9072EA;
}
</style>