Shades of Medium Purple #905DEC
Tints of Medium Purple #905DEC
RGB
CMYK
RGB Variations
Color information
#905DEC (or 0x905DEC) is known color: Medium Purple. HEX triplet: 90, 5D and EC. RGB value is (144,93,236). Sum of RGB (Red+Green+Blue) = 144+93+236=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #905DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905DEC is #6FA213. Grayscale: #7C7C7C. Windows color (decimal): -7315988 or 15490448. OLE color: 15490448.
HSL color Cylindrical-coordinate representation of color #905DEC: hue angle of 261.4º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #905DEC is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 93 | 236 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.07 |
| HSL | 261.4º | 0.79% | 0.65% | - |
| HSV(B) | 261.4º | 0.61% | 0.93% | - |
| XYZ | 30.56 | 19.81 | 81.57 | - |
| YUV | 124.55 | 190.9 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 93 | 236 | 0.39 | 0.61 | 0 | 0.07 | 261.4 | 0.79 | 0.65 |
| Hex | 90 | 5D | EC | 27 | 3D | 0 | 7 | 105 | 4F | 41 |
| Octal | 220 | 135 | 354 | 47 | 75 | 0 | 7 | 405 | 117 | 101 |
| Binary | 10010000 | 1011101 | 11101100 | 100111 | 111101 | 0 | 111 | 100000101 | 1001111 | 1000001 |
Color Harmonies of #905DEC
Complementary color
Monochromatic Colors of #905DEC
Black with #905DEC
Text Example
Text Example
White with #905DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905DEC; }
p { color: rgb(144,93,236); }
H1.HeaderClassName
{
color: #905DEC;
}
.AnyTagClassName
{
color: #905DEC;
}
</style>
background-color css
<style>
a { background-color: #905DEC; }
a { background-color: rgb(144,93,236); }
div.DivClassName
{
background-color: #905DEC;
}
.BgClassName
{
background-color: #905DEC;
}
</style>
border-color css
<style>
span { border-color: #905DEC; }
span { border-color: rgb(144,93,236); }
td.TdClassName
{
border-color: #905DEC;
}
.TagClassName
{
border-color: #905DEC;
}
</style>