Shades of Medium Purple #905AEA
Tints of Medium Purple #905AEA
RGB
CMYK
RGB Variations
Color information
#905AEA (or 0x905AEA) is known color: Medium Purple. HEX triplet: 90, 5A and EA. RGB value is (144,90,234). Sum of RGB (Red+Green+Blue) = 144+90+234=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #905AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905AEA is #6FA515. Grayscale: #7A7A7A. Windows color (decimal): -7316758 or 15358608. OLE color: 15358608.
HSL color Cylindrical-coordinate representation of color #905AEA: hue angle of 262.5º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #905AEA is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 90 | 234 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.08 |
| HSL | 262.5º | 0.77% | 0.64% | - |
| HSV(B) | 262.5º | 0.62% | 0.92% | - |
| XYZ | 30.01 | 19.18 | 79.96 | - |
| YUV | 122.56 | 190.89 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 234 | 0.38 | 0.62 | 0 | 0.08 | 262.5 | 0.77 | 0.64 |
| Hex | 90 | 5A | EA | 26 | 3E | 0 | 8 | 106 | 4D | 40 |
| Octal | 220 | 132 | 352 | 46 | 76 | 0 | 10 | 406 | 115 | 100 |
| Binary | 10010000 | 1011010 | 11101010 | 100110 | 111110 | 0 | 1000 | 100000110 | 1001101 | 1000000 |
Color Harmonies of #905AEA
Complementary color
Monochromatic Colors of #905AEA
Black with #905AEA
Text Example
Text Example
White with #905AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905AEA; }
p { color: rgb(144,90,234); }
H1.HeaderClassName
{
color: #905AEA;
}
.AnyTagClassName
{
color: #905AEA;
}
</style>
background-color css
<style>
a { background-color: #905AEA; }
a { background-color: rgb(144,90,234); }
div.DivClassName
{
background-color: #905AEA;
}
.BgClassName
{
background-color: #905AEA;
}
</style>
border-color css
<style>
span { border-color: #905AEA; }
span { border-color: rgb(144,90,234); }
td.TdClassName
{
border-color: #905AEA;
}
.TagClassName
{
border-color: #905AEA;
}
</style>