Shades of Medium Purple #906EE9
Tints of Medium Purple #906EE9
RGB
CMYK
RGB Variations
Color information
#906EE9 (or 0x906EE9) is known color: Medium Purple. HEX triplet: 90, 6E and E9. RGB value is (144,110,233). Sum of RGB (Red+Green+Blue) = 144+110+233=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #906EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906EE9 is #6F9116. Grayscale: #858585. Windows color (decimal): -7311639 or 15298192. OLE color: 15298192.
HSL color Cylindrical-coordinate representation of color #906EE9: hue angle of 256.59º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #906EE9 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 110 | 233 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.09 |
| HSL | 256.59º | 0.74% | 0.67% | - |
| HSV(B) | 256.59º | 0.53% | 0.91% | - |
| XYZ | 31.79 | 22.96 | 79.85 | - |
| YUV | 134.19 | 183.76 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 233 | 0.38 | 0.53 | 0 | 0.09 | 256.59 | 0.74 | 0.67 |
| Hex | 90 | 6E | E9 | 26 | 35 | 0 | 9 | 101 | 4A | 43 |
| Octal | 220 | 156 | 351 | 46 | 65 | 0 | 11 | 401 | 112 | 103 |
| Binary | 10010000 | 1101110 | 11101001 | 100110 | 110101 | 0 | 1001 | 100000001 | 1001010 | 1000011 |
Color Harmonies of #906EE9
Complementary color
Monochromatic Colors of #906EE9
Black with #906EE9
Text Example
Text Example
White with #906EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906EE9; }
p { color: rgb(144,110,233); }
H1.HeaderClassName
{
color: #906EE9;
}
.AnyTagClassName
{
color: #906EE9;
}
</style>
background-color css
<style>
a { background-color: #906EE9; }
a { background-color: rgb(144,110,233); }
div.DivClassName
{
background-color: #906EE9;
}
.BgClassName
{
background-color: #906EE9;
}
</style>
border-color css
<style>
span { border-color: #906EE9; }
span { border-color: rgb(144,110,233); }
td.TdClassName
{
border-color: #906EE9;
}
.TagClassName
{
border-color: #906EE9;
}
</style>