Shades of Medium Purple #906EDE
Tints of Medium Purple #906EDE
RGB
CMYK
RGB Variations
Color information
#906EDE (or 0x906EDE) is known color: Medium Purple. HEX triplet: 90, 6E and DE. RGB value is (144,110,222). Sum of RGB (Red+Green+Blue) = 144+110+222=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #906EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906EDE is #6F9121. Grayscale: #848484. Windows color (decimal): -7311650 or 14577296. OLE color: 14577296.
HSL color Cylindrical-coordinate representation of color #906EDE: hue angle of 258.21º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #906EDE is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 110 | 222 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.13 |
| HSL | 258.21º | 0.63% | 0.65% | - |
| HSV(B) | 258.21º | 0.5% | 0.87% | - |
| XYZ | 30.26 | 22.36 | 71.83 | - |
| YUV | 132.93 | 178.26 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 222 | 0.35 | 0.50 | 0 | 0.13 | 258.21 | 0.63 | 0.65 |
| Hex | 90 | 6E | DE | 23 | 32 | 0 | D | 102 | 3F | 41 |
| Octal | 220 | 156 | 336 | 43 | 62 | 0 | 15 | 402 | 77 | 101 |
| Binary | 10010000 | 1101110 | 11011110 | 100011 | 110010 | 0 | 1101 | 100000010 | 111111 | 1000001 |
Color Harmonies of #906EDE
Complementary color
Monochromatic Colors of #906EDE
Black with #906EDE
Text Example
Text Example
White with #906EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906EDE; }
p { color: rgb(144,110,222); }
H1.HeaderClassName
{
color: #906EDE;
}
.AnyTagClassName
{
color: #906EDE;
}
</style>
background-color css
<style>
a { background-color: #906EDE; }
a { background-color: rgb(144,110,222); }
div.DivClassName
{
background-color: #906EDE;
}
.BgClassName
{
background-color: #906EDE;
}
</style>
border-color css
<style>
span { border-color: #906EDE; }
span { border-color: rgb(144,110,222); }
td.TdClassName
{
border-color: #906EDE;
}
.TagClassName
{
border-color: #906EDE;
}
</style>