Shades of Medium Purple #906EEB
Tints of Medium Purple #906EEB
RGB
CMYK
RGB Variations
Color information
#906EEB (or 0x906EEB) is known color: Medium Purple. HEX triplet: 90, 6E and EB. RGB value is (144,110,235). Sum of RGB (Red+Green+Blue) = 144+110+235=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #906EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906EEB is #6F9114. Grayscale: #858585. Windows color (decimal): -7311637 or 15429264. OLE color: 15429264.
HSL color Cylindrical-coordinate representation of color #906EEB: hue angle of 256.32º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #906EEB is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 110 | 235 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.08 |
| HSL | 256.32º | 0.76% | 0.68% | - |
| HSV(B) | 256.32º | 0.53% | 0.92% | - |
| XYZ | 32.07 | 23.08 | 81.36 | - |
| YUV | 134.42 | 184.76 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 235 | 0.39 | 0.53 | 0 | 0.08 | 256.32 | 0.76 | 0.68 |
| Hex | 90 | 6E | EB | 27 | 35 | 0 | 8 | 100 | 4C | 44 |
| Octal | 220 | 156 | 353 | 47 | 65 | 0 | 10 | 400 | 114 | 104 |
| Binary | 10010000 | 1101110 | 11101011 | 100111 | 110101 | 0 | 1000 | 100000000 | 1001100 | 1000100 |
Color Harmonies of #906EEB
Complementary color
Monochromatic Colors of #906EEB
Black with #906EEB
Text Example
Text Example
White with #906EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906EEB; }
p { color: rgb(144,110,235); }
H1.HeaderClassName
{
color: #906EEB;
}
.AnyTagClassName
{
color: #906EEB;
}
</style>
background-color css
<style>
a { background-color: #906EEB; }
a { background-color: rgb(144,110,235); }
div.DivClassName
{
background-color: #906EEB;
}
.BgClassName
{
background-color: #906EEB;
}
</style>
border-color css
<style>
span { border-color: #906EEB; }
span { border-color: rgb(144,110,235); }
td.TdClassName
{
border-color: #906EEB;
}
.TagClassName
{
border-color: #906EEB;
}
</style>