Shades of Medium Purple #906DEB
Tints of Medium Purple #906DEB
RGB
CMYK
RGB Variations
Color information
#906DEB (or 0x906DEB) is known color: Medium Purple. HEX triplet: 90, 6D and EB. RGB value is (144,109,235). Sum of RGB (Red+Green+Blue) = 144+109+235=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #906DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906DEB is #6F9214. Grayscale: #858585. Windows color (decimal): -7311893 or 15429008. OLE color: 15429008.
HSL color Cylindrical-coordinate representation of color #906DEB: hue angle of 256.67º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #906DEB is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 109 | 235 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.08 |
| HSL | 256.67º | 0.76% | 0.67% | - |
| HSV(B) | 256.67º | 0.54% | 0.92% | - |
| XYZ | 31.97 | 22.86 | 81.33 | - |
| YUV | 133.83 | 185.1 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 109 | 235 | 0.39 | 0.54 | 0 | 0.08 | 256.67 | 0.76 | 0.67 |
| Hex | 90 | 6D | EB | 27 | 36 | 0 | 8 | 101 | 4C | 43 |
| Octal | 220 | 155 | 353 | 47 | 66 | 0 | 10 | 401 | 114 | 103 |
| Binary | 10010000 | 1101101 | 11101011 | 100111 | 110110 | 0 | 1000 | 100000001 | 1001100 | 1000011 |
Color Harmonies of #906DEB
Complementary color
Monochromatic Colors of #906DEB
Black with #906DEB
Text Example
Text Example
White with #906DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906DEB; }
p { color: rgb(144,109,235); }
H1.HeaderClassName
{
color: #906DEB;
}
.AnyTagClassName
{
color: #906DEB;
}
</style>
background-color css
<style>
a { background-color: #906DEB; }
a { background-color: rgb(144,109,235); }
div.DivClassName
{
background-color: #906DEB;
}
.BgClassName
{
background-color: #906DEB;
}
</style>
border-color css
<style>
span { border-color: #906DEB; }
span { border-color: rgb(144,109,235); }
td.TdClassName
{
border-color: #906DEB;
}
.TagClassName
{
border-color: #906DEB;
}
</style>