Shades of Medium Purple #905CE3
Tints of Medium Purple #905CE3
RGB
CMYK
RGB Variations
Color information
#905CE3 (or 0x905CE3) is known color: Medium Purple. HEX triplet: 90, 5C and E3. RGB value is (144,92,227). Sum of RGB (Red+Green+Blue) = 144+92+227=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 227 (89.06% from 255 or 49.03% from 463); Max value from RGB is 227 - color contains mainly: blue. Hex color #905CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905CE3 is #6FA31C. Grayscale: #7A7A7A. Windows color (decimal): -7316253 or 14900368. OLE color: 14900368.
HSL color Cylindrical-coordinate representation of color #905CE3: hue angle of 263.11º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #905CE3 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 92 | 227 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.11 |
| HSL | 263.11º | 0.71% | 0.63% | - |
| HSV(B) | 263.11º | 0.59% | 0.89% | - |
| XYZ | 29.19 | 19.13 | 74.83 | - |
| YUV | 122.94 | 186.73 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 227 | 0.37 | 0.59 | 0 | 0.11 | 263.11 | 0.71 | 0.63 |
| Hex | 90 | 5C | E3 | 25 | 3B | 0 | B | 107 | 47 | 3F |
| Octal | 220 | 134 | 343 | 45 | 73 | 0 | 13 | 407 | 107 | 77 |
| Binary | 10010000 | 1011100 | 11100011 | 100101 | 111011 | 0 | 1011 | 100000111 | 1000111 | 111111 |
Color Harmonies of #905CE3
Complementary color
Monochromatic Colors of #905CE3
Black with #905CE3
Text Example
Text Example
White with #905CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CE3; }
p { color: rgb(144,92,227); }
H1.HeaderClassName
{
color: #905CE3;
}
.AnyTagClassName
{
color: #905CE3;
}
</style>
background-color css
<style>
a { background-color: #905CE3; }
a { background-color: rgb(144,92,227); }
div.DivClassName
{
background-color: #905CE3;
}
.BgClassName
{
background-color: #905CE3;
}
</style>
border-color css
<style>
span { border-color: #905CE3; }
span { border-color: rgb(144,92,227); }
td.TdClassName
{
border-color: #905CE3;
}
.TagClassName
{
border-color: #905CE3;
}
</style>