Shades of Medium Purple #905EED
Tints of Medium Purple #905EED
RGB
CMYK
RGB Variations
Color information
#905EED (or 0x905EED) is known color: Medium Purple. HEX triplet: 90, 5E and ED. RGB value is (144,94,237). Sum of RGB (Red+Green+Blue) = 144+94+237=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #905EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905EED is #6FA112. Grayscale: #7C7C7C. Windows color (decimal): -7315731 or 15556240. OLE color: 15556240.
HSL color Cylindrical-coordinate representation of color #905EED: hue angle of 260.98º degrees, saturation: 0.8, 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 #905EED is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 94 | 237 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.07 |
| HSL | 260.98º | 0.8% | 0.65% | - |
| HSV(B) | 260.98º | 0.6% | 0.93% | - |
| XYZ | 30.79 | 20.05 | 82.37 | - |
| YUV | 125.25 | 191.07 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 237 | 0.39 | 0.60 | 0 | 0.07 | 260.98 | 0.8 | 0.65 |
| Hex | 90 | 5E | ED | 27 | 3C | 0 | 7 | 105 | 50 | 41 |
| Octal | 220 | 136 | 355 | 47 | 74 | 0 | 7 | 405 | 120 | 101 |
| Binary | 10010000 | 1011110 | 11101101 | 100111 | 111100 | 0 | 111 | 100000101 | 1010000 | 1000001 |
Color Harmonies of #905EED
Complementary color
Monochromatic Colors of #905EED
Black with #905EED
Text Example
Text Example
White with #905EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905EED; }
p { color: rgb(144,94,237); }
H1.HeaderClassName
{
color: #905EED;
}
.AnyTagClassName
{
color: #905EED;
}
</style>
background-color css
<style>
a { background-color: #905EED; }
a { background-color: rgb(144,94,237); }
div.DivClassName
{
background-color: #905EED;
}
.BgClassName
{
background-color: #905EED;
}
</style>
border-color css
<style>
span { border-color: #905EED; }
span { border-color: rgb(144,94,237); }
td.TdClassName
{
border-color: #905EED;
}
.TagClassName
{
border-color: #905EED;
}
</style>