Shades of Medium Purple #9075E9
Tints of Medium Purple #9075E9
RGB
CMYK
RGB Variations
Color information
#9075E9 (or 0x9075E9) is known color: Medium Purple. HEX triplet: 90, 75 and E9. RGB value is (144,117,233). Sum of RGB (Red+Green+Blue) = 144+117+233=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 233 - color contains mainly: blue. Hex color #9075E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9075E9 is #6F8A16. Grayscale: #898989. Windows color (decimal): -7309847 or 15299984. OLE color: 15299984.
HSL color Cylindrical-coordinate representation of color #9075E9: hue angle of 253.97º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9075E9 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 117 | 233 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.09 |
| HSL | 253.97º | 0.73% | 0.69% | - |
| HSV(B) | 253.97º | 0.5% | 0.91% | - |
| XYZ | 32.57 | 24.54 | 80.11 | - |
| YUV | 138.3 | 181.45 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 233 | 0.38 | 0.50 | 0 | 0.09 | 253.97 | 0.73 | 0.69 |
| Hex | 90 | 75 | E9 | 26 | 32 | 0 | 9 | FE | 48 | 45 |
| Octal | 220 | 165 | 351 | 46 | 62 | 0 | 11 | 376 | 110 | 105 |
| Binary | 10010000 | 1110101 | 11101001 | 100110 | 110010 | 0 | 1001 | 11111110 | 1001000 | 1000101 |
Color Harmonies of #9075E9
Complementary color
Monochromatic Colors of #9075E9
Black with #9075E9
Text Example
Text Example
White with #9075E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9075E9; }
p { color: rgb(144,117,233); }
H1.HeaderClassName
{
color: #9075E9;
}
.AnyTagClassName
{
color: #9075E9;
}
</style>
background-color css
<style>
a { background-color: #9075E9; }
a { background-color: rgb(144,117,233); }
div.DivClassName
{
background-color: #9075E9;
}
.BgClassName
{
background-color: #9075E9;
}
</style>
border-color css
<style>
span { border-color: #9075E9; }
span { border-color: rgb(144,117,233); }
td.TdClassName
{
border-color: #9075E9;
}
.TagClassName
{
border-color: #9075E9;
}
</style>