Shades of Medium Purple #907FDE
Tints of Medium Purple #907FDE
RGB
CMYK
RGB Variations
Color information
#907FDE (or 0x907FDE) is known color: Medium Purple. HEX triplet: 90, 7F and DE. RGB value is (144,127,222). Sum of RGB (Red+Green+Blue) = 144+127+222=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #907FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907FDE is #6F8021. Grayscale: #8E8E8E. Windows color (decimal): -7307298 or 14581648. OLE color: 14581648.
HSL color Cylindrical-coordinate representation of color #907FDE: hue angle of 250.74º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #907FDE is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 127 | 222 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.13 |
| HSL | 250.74º | 0.59% | 0.68% | - |
| HSV(B) | 250.74º | 0.43% | 0.87% | - |
| XYZ | 32.28 | 26.38 | 72.5 | - |
| YUV | 142.91 | 172.63 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 127 | 222 | 0.35 | 0.43 | 0 | 0.13 | 250.74 | 0.59 | 0.68 |
| Hex | 90 | 7F | DE | 23 | 2B | 0 | D | FB | 3B | 44 |
| Octal | 220 | 177 | 336 | 43 | 53 | 0 | 15 | 373 | 73 | 104 |
| Binary | 10010000 | 1111111 | 11011110 | 100011 | 101011 | 0 | 1101 | 11111011 | 111011 | 1000100 |
Color Harmonies of #907FDE
Complementary color
Monochromatic Colors of #907FDE
Black with #907FDE
Text Example
Text Example
White with #907FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907FDE; }
p { color: rgb(144,127,222); }
H1.HeaderClassName
{
color: #907FDE;
}
.AnyTagClassName
{
color: #907FDE;
}
</style>
background-color css
<style>
a { background-color: #907FDE; }
a { background-color: rgb(144,127,222); }
div.DivClassName
{
background-color: #907FDE;
}
.BgClassName
{
background-color: #907FDE;
}
</style>
border-color css
<style>
span { border-color: #907FDE; }
span { border-color: rgb(144,127,222); }
td.TdClassName
{
border-color: #907FDE;
}
.TagClassName
{
border-color: #907FDE;
}
</style>