Shades of Medium Purple #905AE8
Tints of Medium Purple #905AE8
RGB
CMYK
RGB Variations
Color information
#905AE8 (or 0x905AE8) is known color: Medium Purple. HEX triplet: 90, 5A and E8. RGB value is (144,90,232). Sum of RGB (Red+Green+Blue) = 144+90+232=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #905AE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905AE8 is #6FA517. Grayscale: #797979. Windows color (decimal): -7316760 or 15227536. OLE color: 15227536.
HSL color Cylindrical-coordinate representation of color #905AE8: hue angle of 262.82º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #905AE8 is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 90 | 232 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.09 |
| HSL | 262.82º | 0.76% | 0.63% | - |
| HSV(B) | 262.82º | 0.61% | 0.91% | - |
| XYZ | 29.72 | 19.07 | 78.46 | - |
| YUV | 122.33 | 189.89 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 232 | 0.38 | 0.61 | 0 | 0.09 | 262.82 | 0.76 | 0.63 |
| Hex | 90 | 5A | E8 | 26 | 3D | 0 | 9 | 107 | 4C | 3F |
| Octal | 220 | 132 | 350 | 46 | 75 | 0 | 11 | 407 | 114 | 77 |
| Binary | 10010000 | 1011010 | 11101000 | 100110 | 111101 | 0 | 1001 | 100000111 | 1001100 | 111111 |
Color Harmonies of #905AE8
Complementary color
Monochromatic Colors of #905AE8
Black with #905AE8
Text Example
Text Example
White with #905AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905AE8; }
p { color: rgb(144,90,232); }
H1.HeaderClassName
{
color: #905AE8;
}
.AnyTagClassName
{
color: #905AE8;
}
</style>
background-color css
<style>
a { background-color: #905AE8; }
a { background-color: rgb(144,90,232); }
div.DivClassName
{
background-color: #905AE8;
}
.BgClassName
{
background-color: #905AE8;
}
</style>
border-color css
<style>
span { border-color: #905AE8; }
span { border-color: rgb(144,90,232); }
td.TdClassName
{
border-color: #905AE8;
}
.TagClassName
{
border-color: #905AE8;
}
</style>