Shades of Medium Purple #906DEC
Tints of Medium Purple #906DEC
RGB
CMYK
RGB Variations
Color information
#906DEC (or 0x906DEC) is known color: Medium Purple. HEX triplet: 90, 6D and EC. RGB value is (144,109,236). Sum of RGB (Red+Green+Blue) = 144+109+236=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #906DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906DEC is #6F9213. Grayscale: #858585. Windows color (decimal): -7311892 or 15494544. OLE color: 15494544.
HSL color Cylindrical-coordinate representation of color #906DEC: hue angle of 256.54º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #906DEC is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 109 | 236 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.07 |
| HSL | 256.54º | 0.77% | 0.68% | - |
| HSV(B) | 256.54º | 0.54% | 0.93% | - |
| XYZ | 32.11 | 22.92 | 82.09 | - |
| YUV | 133.94 | 185.6 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 236 | 0.39 | 0.54 | 0 | 0.07 | 256.54 | 0.77 | 0.68 |
| Hex | 90 | 6D | EC | 27 | 36 | 0 | 7 | 101 | 4D | 44 |
| Octal | 220 | 155 | 354 | 47 | 66 | 0 | 7 | 401 | 115 | 104 |
| Binary | 10010000 | 1101101 | 11101100 | 100111 | 110110 | 0 | 111 | 100000001 | 1001101 | 1000100 |
Color Harmonies of #906DEC
Complementary color
Monochromatic Colors of #906DEC
Black with #906DEC
Text Example
Text Example
White with #906DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906DEC; }
p { color: rgb(144,109,236); }
H1.HeaderClassName
{
color: #906DEC;
}
.AnyTagClassName
{
color: #906DEC;
}
</style>
background-color css
<style>
a { background-color: #906DEC; }
a { background-color: rgb(144,109,236); }
div.DivClassName
{
background-color: #906DEC;
}
.BgClassName
{
background-color: #906DEC;
}
</style>
border-color css
<style>
span { border-color: #906DEC; }
span { border-color: rgb(144,109,236); }
td.TdClassName
{
border-color: #906DEC;
}
.TagClassName
{
border-color: #906DEC;
}
</style>