Shades of Medium Purple #9072E1
Tints of Medium Purple #9072E1
RGB
CMYK
RGB Variations
Color information
#9072E1 (or 0x9072E1) is known color: Medium Purple. HEX triplet: 90, 72 and E1. RGB value is (144,114,225). Sum of RGB (Red+Green+Blue) = 144+114+225=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #9072E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9072E1 is #6F8D1E. Grayscale: #878787. Windows color (decimal): -7310623 or 14774928. OLE color: 14774928.
HSL color Cylindrical-coordinate representation of color #9072E1: hue angle of 256.22º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9072E1 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 114 | 225 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.12 |
| HSL | 256.22º | 0.65% | 0.66% | - |
| HSV(B) | 256.22º | 0.49% | 0.88% | - |
| XYZ | 31.11 | 23.4 | 74.11 | - |
| YUV | 135.62 | 178.44 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 225 | 0.36 | 0.49 | 0 | 0.12 | 256.22 | 0.65 | 0.66 |
| Hex | 90 | 72 | E1 | 24 | 31 | 0 | C | 100 | 41 | 42 |
| Octal | 220 | 162 | 341 | 44 | 61 | 0 | 14 | 400 | 101 | 102 |
| Binary | 10010000 | 1110010 | 11100001 | 100100 | 110001 | 0 | 1100 | 100000000 | 1000001 | 1000010 |
Color Harmonies of #9072E1
Complementary color
Monochromatic Colors of #9072E1
Black with #9072E1
Text Example
Text Example
White with #9072E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9072E1; }
p { color: rgb(144,114,225); }
H1.HeaderClassName
{
color: #9072E1;
}
.AnyTagClassName
{
color: #9072E1;
}
</style>
background-color css
<style>
a { background-color: #9072E1; }
a { background-color: rgb(144,114,225); }
div.DivClassName
{
background-color: #9072E1;
}
.BgClassName
{
background-color: #9072E1;
}
</style>
border-color css
<style>
span { border-color: #9072E1; }
span { border-color: rgb(144,114,225); }
td.TdClassName
{
border-color: #9072E1;
}
.TagClassName
{
border-color: #9072E1;
}
</style>