Shades of Medium Purple #905CEF
Tints of Medium Purple #905CEF
RGB
CMYK
RGB Variations
Color information
#905CEF (or 0x905CEF) is known color: Medium Purple. HEX triplet: 90, 5C and EF. RGB value is (144,92,239). Sum of RGB (Red+Green+Blue) = 144+92+239=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #905CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905CEF is #6FA310. Grayscale: #7B7B7B. Windows color (decimal): -7316241 or 15686800. OLE color: 15686800.
HSL color Cylindrical-coordinate representation of color #905CEF: hue angle of 261.22º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #905CEF is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 92 | 239 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.06 |
| HSL | 261.22º | 0.82% | 0.65% | - |
| HSV(B) | 261.22º | 0.62% | 0.94% | - |
| XYZ | 30.91 | 19.82 | 83.86 | - |
| YUV | 124.31 | 192.73 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 239 | 0.40 | 0.62 | 0 | 0.06 | 261.22 | 0.82 | 0.65 |
| Hex | 90 | 5C | EF | 28 | 3E | 0 | 6 | 105 | 52 | 41 |
| Octal | 220 | 134 | 357 | 50 | 76 | 0 | 6 | 405 | 122 | 101 |
| Binary | 10010000 | 1011100 | 11101111 | 101000 | 111110 | 0 | 110 | 100000101 | 1010010 | 1000001 |
Color Harmonies of #905CEF
Complementary color
Monochromatic Colors of #905CEF
Black with #905CEF
Text Example
Text Example
White with #905CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905CEF; }
p { color: rgb(144,92,239); }
H1.HeaderClassName
{
color: #905CEF;
}
.AnyTagClassName
{
color: #905CEF;
}
</style>
background-color css
<style>
a { background-color: #905CEF; }
a { background-color: rgb(144,92,239); }
div.DivClassName
{
background-color: #905CEF;
}
.BgClassName
{
background-color: #905CEF;
}
</style>
border-color css
<style>
span { border-color: #905CEF; }
span { border-color: rgb(144,92,239); }
td.TdClassName
{
border-color: #905CEF;
}
.TagClassName
{
border-color: #905CEF;
}
</style>