Shades of Medium Purple #9081E5
Tints of Medium Purple #9081E5
RGB
CMYK
RGB Variations
Color information
#9081E5 (or 0x9081E5) is known color: Medium Purple. HEX triplet: 90, 81 and E5. RGB value is (144,129,229). Sum of RGB (Red+Green+Blue) = 144+129+229=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #9081E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9081E5 is #6F7E1A. Grayscale: #909090. Windows color (decimal): -7306779 or 15040912. OLE color: 15040912.
HSL color Cylindrical-coordinate representation of color #9081E5: hue angle of 249º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9081E5 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 129 | 229 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.10 |
| HSL | 249º | 0.66% | 0.7% | - |
| HSV(B) | 249º | 0.44% | 0.9% | - |
| XYZ | 33.49 | 27.29 | 77.63 | - |
| YUV | 144.89 | 175.47 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 229 | 0.37 | 0.44 | 0 | 0.10 | 249 | 0.66 | 0.7 |
| Hex | 90 | 81 | E5 | 25 | 2C | 0 | A | F9 | 42 | 46 |
| Octal | 220 | 201 | 345 | 45 | 54 | 0 | 12 | 371 | 102 | 106 |
| Binary | 10010000 | 10000001 | 11100101 | 100101 | 101100 | 0 | 1010 | 11111001 | 1000010 | 1000110 |
Color Harmonies of #9081E5
Complementary color
Monochromatic Colors of #9081E5
Black with #9081E5
Text Example
Text Example
White with #9081E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9081E5; }
p { color: rgb(144,129,229); }
H1.HeaderClassName
{
color: #9081E5;
}
.AnyTagClassName
{
color: #9081E5;
}
</style>
background-color css
<style>
a { background-color: #9081E5; }
a { background-color: rgb(144,129,229); }
div.DivClassName
{
background-color: #9081E5;
}
.BgClassName
{
background-color: #9081E5;
}
</style>
border-color css
<style>
span { border-color: #9081E5; }
span { border-color: rgb(144,129,229); }
td.TdClassName
{
border-color: #9081E5;
}
.TagClassName
{
border-color: #9081E5;
}
</style>