Shades of Medium Purple #905EF1
Tints of Medium Purple #905EF1
RGB
CMYK
RGB Variations
Color information
#905EF1 (or 0x905EF1) is known color: Medium Purple. HEX triplet: 90, 5E and F1. RGB value is (144,94,241). Sum of RGB (Red+Green+Blue) = 144+94+241=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #905EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905EF1 is #6FA10E. Grayscale: #7D7D7D. Windows color (decimal): -7315727 or 15818384. OLE color: 15818384.
HSL color Cylindrical-coordinate representation of color #905EF1: hue angle of 260.41º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #905EF1 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 94 | 241 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.05 |
| HSL | 260.41º | 0.84% | 0.66% | - |
| HSV(B) | 260.41º | 0.61% | 0.95% | - |
| XYZ | 31.38 | 20.29 | 85.48 | - |
| YUV | 125.71 | 193.07 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 241 | 0.40 | 0.61 | 0 | 0.05 | 260.41 | 0.84 | 0.66 |
| Hex | 90 | 5E | F1 | 28 | 3D | 0 | 5 | 104 | 54 | 42 |
| Octal | 220 | 136 | 361 | 50 | 75 | 0 | 5 | 404 | 124 | 102 |
| Binary | 10010000 | 1011110 | 11110001 | 101000 | 111101 | 0 | 101 | 100000100 | 1010100 | 1000010 |
Color Harmonies of #905EF1
Complementary color
Monochromatic Colors of #905EF1
Black with #905EF1
Text Example
Text Example
White with #905EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905EF1; }
p { color: rgb(144,94,241); }
H1.HeaderClassName
{
color: #905EF1;
}
.AnyTagClassName
{
color: #905EF1;
}
</style>
background-color css
<style>
a { background-color: #905EF1; }
a { background-color: rgb(144,94,241); }
div.DivClassName
{
background-color: #905EF1;
}
.BgClassName
{
background-color: #905EF1;
}
</style>
border-color css
<style>
span { border-color: #905EF1; }
span { border-color: rgb(144,94,241); }
td.TdClassName
{
border-color: #905EF1;
}
.TagClassName
{
border-color: #905EF1;
}
</style>