Shades of Medium Purple #905EEC
Tints of Medium Purple #905EEC
RGB
CMYK
RGB Variations
Color information
#905EEC (or 0x905EEC) is known color: Medium Purple. HEX triplet: 90, 5E and EC. RGB value is (144,94,236). Sum of RGB (Red+Green+Blue) = 144+94+236=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #905EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905EEC is #6FA113. Grayscale: #7C7C7C. Windows color (decimal): -7315732 or 15490704. OLE color: 15490704.
HSL color Cylindrical-coordinate representation of color #905EEC: hue angle of 261.13º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #905EEC is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 94 | 236 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.07 |
| HSL | 261.13º | 0.79% | 0.65% | - |
| HSV(B) | 261.13º | 0.6% | 0.93% | - |
| XYZ | 30.64 | 19.99 | 81.6 | - |
| YUV | 125.14 | 190.57 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 236 | 0.39 | 0.60 | 0 | 0.07 | 261.13 | 0.79 | 0.65 |
| Hex | 90 | 5E | EC | 27 | 3C | 0 | 7 | 105 | 4F | 41 |
| Octal | 220 | 136 | 354 | 47 | 74 | 0 | 7 | 405 | 117 | 101 |
| Binary | 10010000 | 1011110 | 11101100 | 100111 | 111100 | 0 | 111 | 100000101 | 1001111 | 1000001 |
Color Harmonies of #905EEC
Complementary color
Monochromatic Colors of #905EEC
Black with #905EEC
Text Example
Text Example
White with #905EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905EEC; }
p { color: rgb(144,94,236); }
H1.HeaderClassName
{
color: #905EEC;
}
.AnyTagClassName
{
color: #905EEC;
}
</style>
background-color css
<style>
a { background-color: #905EEC; }
a { background-color: rgb(144,94,236); }
div.DivClassName
{
background-color: #905EEC;
}
.BgClassName
{
background-color: #905EEC;
}
</style>
border-color css
<style>
span { border-color: #905EEC; }
span { border-color: rgb(144,94,236); }
td.TdClassName
{
border-color: #905EEC;
}
.TagClassName
{
border-color: #905EEC;
}
</style>