Shades of Medium Purple #906FDE
Tints of Medium Purple #906FDE
RGB
CMYK
RGB Variations
Color information
#906FDE (or 0x906FDE) is known color: Medium Purple. HEX triplet: 90, 6F and DE. RGB value is (144,111,222). Sum of RGB (Red+Green+Blue) = 144+111+222=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #906FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906FDE is #6F9021. Grayscale: #858585. Windows color (decimal): -7311394 or 14577552. OLE color: 14577552.
HSL color Cylindrical-coordinate representation of color #906FDE: hue angle of 257.84º 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 #906FDE is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 111 | 222 | - |
| CMYK | 0.35 | 0.5 | 0 | 0.13 |
| HSL | 257.84º | 0.63% | 0.65% | - |
| HSV(B) | 257.84º | 0.5% | 0.87% | - |
| XYZ | 30.37 | 22.57 | 71.86 | - |
| YUV | 133.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 111 | 222 | 0.35 | 0.5 | 0 | 0.13 | 257.84 | 0.63 | 0.65 |
| Hex | 90 | 6F | DE | 23 | 32 | 0 | D | 102 | 3F | 41 |
| Octal | 220 | 157 | 336 | 43 | 62 | 0 | 15 | 402 | 77 | 101 |
| Binary | 10010000 | 1101111 | 11011110 | 100011 | 110010 | 0 | 1101 | 100000010 | 111111 | 1000001 |
Color Harmonies of #906FDE
Complementary color
Monochromatic Colors of #906FDE
Black with #906FDE
Text Example
Text Example
White with #906FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906FDE; }
p { color: rgb(144,111,222); }
H1.HeaderClassName
{
color: #906FDE;
}
.AnyTagClassName
{
color: #906FDE;
}
</style>
background-color css
<style>
a { background-color: #906FDE; }
a { background-color: rgb(144,111,222); }
div.DivClassName
{
background-color: #906FDE;
}
.BgClassName
{
background-color: #906FDE;
}
</style>
border-color css
<style>
span { border-color: #906FDE; }
span { border-color: rgb(144,111,222); }
td.TdClassName
{
border-color: #906FDE;
}
.TagClassName
{
border-color: #906FDE;
}
</style>