Shades of Medium Purple #905FEA
Tints of Medium Purple #905FEA
RGB
CMYK
RGB Variations
Color information
#905FEA (or 0x905FEA) is known color: Medium Purple. HEX triplet: 90, 5F and EA. RGB value is (144,95,234). Sum of RGB (Red+Green+Blue) = 144+95+234=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #905FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905FEA is #6FA015. Grayscale: #7C7C7C. Windows color (decimal): -7315478 or 15359888. OLE color: 15359888.
HSL color Cylindrical-coordinate representation of color #905FEA: hue angle of 261.15º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #905FEA is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 95 | 234 | - |
| CMYK | 0.38 | 0.59 | 0 | 0.08 |
| HSL | 261.15º | 0.77% | 0.65% | - |
| HSV(B) | 261.15º | 0.59% | 0.92% | - |
| XYZ | 30.45 | 20.05 | 80.11 | - |
| YUV | 125.5 | 189.23 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 95 | 234 | 0.38 | 0.59 | 0 | 0.08 | 261.15 | 0.77 | 0.65 |
| Hex | 90 | 5F | EA | 26 | 3B | 0 | 8 | 105 | 4D | 41 |
| Octal | 220 | 137 | 352 | 46 | 73 | 0 | 10 | 405 | 115 | 101 |
| Binary | 10010000 | 1011111 | 11101010 | 100110 | 111011 | 0 | 1000 | 100000101 | 1001101 | 1000001 |
Color Harmonies of #905FEA
Complementary color
Monochromatic Colors of #905FEA
Black with #905FEA
Text Example
Text Example
White with #905FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905FEA; }
p { color: rgb(144,95,234); }
H1.HeaderClassName
{
color: #905FEA;
}
.AnyTagClassName
{
color: #905FEA;
}
</style>
background-color css
<style>
a { background-color: #905FEA; }
a { background-color: rgb(144,95,234); }
div.DivClassName
{
background-color: #905FEA;
}
.BgClassName
{
background-color: #905FEA;
}
</style>
border-color css
<style>
span { border-color: #905FEA; }
span { border-color: rgb(144,95,234); }
td.TdClassName
{
border-color: #905FEA;
}
.TagClassName
{
border-color: #905FEA;
}
</style>