Shades of Medium Purple #905BE5
Tints of Medium Purple #905BE5
RGB
CMYK
RGB Variations
Color information
#905BE5 (or 0x905BE5) is known color: Medium Purple. HEX triplet: 90, 5B and E5. RGB value is (144,91,229). Sum of RGB (Red+Green+Blue) = 144+91+229=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #905BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905BE5 is #6FA41A. Grayscale: #7A7A7A. Windows color (decimal): -7316507 or 15031184. OLE color: 15031184.
HSL color Cylindrical-coordinate representation of color #905BE5: hue angle of 263.04º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #905BE5 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 91 | 229 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.10 |
| HSL | 263.04º | 0.73% | 0.63% | - |
| HSV(B) | 263.04º | 0.6% | 0.9% | - |
| XYZ | 29.39 | 19.07 | 76.26 | - |
| YUV | 122.58 | 188.06 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 229 | 0.37 | 0.60 | 0 | 0.10 | 263.04 | 0.73 | 0.63 |
| Hex | 90 | 5B | E5 | 25 | 3C | 0 | A | 107 | 49 | 3F |
| Octal | 220 | 133 | 345 | 45 | 74 | 0 | 12 | 407 | 111 | 77 |
| Binary | 10010000 | 1011011 | 11100101 | 100101 | 111100 | 0 | 1010 | 100000111 | 1001001 | 111111 |
Color Harmonies of #905BE5
Complementary color
Monochromatic Colors of #905BE5
Black with #905BE5
Text Example
Text Example
White with #905BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905BE5; }
p { color: rgb(144,91,229); }
H1.HeaderClassName
{
color: #905BE5;
}
.AnyTagClassName
{
color: #905BE5;
}
</style>
background-color css
<style>
a { background-color: #905BE5; }
a { background-color: rgb(144,91,229); }
div.DivClassName
{
background-color: #905BE5;
}
.BgClassName
{
background-color: #905BE5;
}
</style>
border-color css
<style>
span { border-color: #905BE5; }
span { border-color: rgb(144,91,229); }
td.TdClassName
{
border-color: #905BE5;
}
.TagClassName
{
border-color: #905BE5;
}
</style>