Shades of Medium Purple #906EEC
Tints of Medium Purple #906EEC
RGB
CMYK
RGB Variations
Color information
#906EEC (or 0x906EEC) is known color: Medium Purple. HEX triplet: 90, 6E and EC. RGB value is (144,110,236). Sum of RGB (Red+Green+Blue) = 144+110+236=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #906EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906EEC is #6F9113. Grayscale: #868686. Windows color (decimal): -7311636 or 15494800. OLE color: 15494800.
HSL color Cylindrical-coordinate representation of color #906EEC: hue angle of 256.19º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #906EEC is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 110 | 236 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.07 |
| HSL | 256.19º | 0.77% | 0.68% | - |
| HSV(B) | 256.19º | 0.53% | 0.93% | - |
| XYZ | 32.22 | 23.14 | 82.12 | - |
| YUV | 134.53 | 185.26 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 236 | 0.39 | 0.53 | 0 | 0.07 | 256.19 | 0.77 | 0.68 |
| Hex | 90 | 6E | EC | 27 | 35 | 0 | 7 | 100 | 4D | 44 |
| Octal | 220 | 156 | 354 | 47 | 65 | 0 | 7 | 400 | 115 | 104 |
| Binary | 10010000 | 1101110 | 11101100 | 100111 | 110101 | 0 | 111 | 100000000 | 1001101 | 1000100 |
Color Harmonies of #906EEC
Complementary color
Monochromatic Colors of #906EEC
Black with #906EEC
Text Example
Text Example
White with #906EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906EEC; }
p { color: rgb(144,110,236); }
H1.HeaderClassName
{
color: #906EEC;
}
.AnyTagClassName
{
color: #906EEC;
}
</style>
background-color css
<style>
a { background-color: #906EEC; }
a { background-color: rgb(144,110,236); }
div.DivClassName
{
background-color: #906EEC;
}
.BgClassName
{
background-color: #906EEC;
}
</style>
border-color css
<style>
span { border-color: #906EEC; }
span { border-color: rgb(144,110,236); }
td.TdClassName
{
border-color: #906EEC;
}
.TagClassName
{
border-color: #906EEC;
}
</style>