Shades of Medium Purple #9081EA
Tints of Medium Purple #9081EA
RGB
CMYK
RGB Variations
Color information
#9081EA (or 0x9081EA) is known color: Medium Purple. HEX triplet: 90, 81 and EA. RGB value is (144,129,234). Sum of RGB (Red+Green+Blue) = 144+129+234=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #9081EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9081EA is #6F7E15. Grayscale: #919191. Windows color (decimal): -7306774 or 15368592. OLE color: 15368592.
HSL color Cylindrical-coordinate representation of color #9081EA: hue angle of 248.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9081EA is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 129 | 234 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.08 |
| HSL | 248.57º | 0.71% | 0.71% | - |
| HSV(B) | 248.57º | 0.45% | 0.92% | - |
| XYZ | 34.2 | 27.57 | 81.36 | - |
| YUV | 145.46 | 177.97 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 234 | 0.38 | 0.45 | 0 | 0.08 | 248.57 | 0.71 | 0.71 |
| Hex | 90 | 81 | EA | 26 | 2D | 0 | 8 | F9 | 47 | 47 |
| Octal | 220 | 201 | 352 | 46 | 55 | 0 | 10 | 371 | 107 | 107 |
| Binary | 10010000 | 10000001 | 11101010 | 100110 | 101101 | 0 | 1000 | 11111001 | 1000111 | 1000111 |
Color Harmonies of #9081EA
Complementary color
Monochromatic Colors of #9081EA
Black with #9081EA
Text Example
Text Example
White with #9081EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9081EA; }
p { color: rgb(144,129,234); }
H1.HeaderClassName
{
color: #9081EA;
}
.AnyTagClassName
{
color: #9081EA;
}
</style>
background-color css
<style>
a { background-color: #9081EA; }
a { background-color: rgb(144,129,234); }
div.DivClassName
{
background-color: #9081EA;
}
.BgClassName
{
background-color: #9081EA;
}
</style>
border-color css
<style>
span { border-color: #9081EA; }
span { border-color: rgb(144,129,234); }
td.TdClassName
{
border-color: #9081EA;
}
.TagClassName
{
border-color: #9081EA;
}
</style>