Shades of Medium Purple #907FD5
Tints of Medium Purple #907FD5
RGB
CMYK
RGB Variations
Color information
#907FD5 (or 0x907FD5) is known color: Medium Purple. HEX triplet: 90, 7F and D5. RGB value is (144,127,213). Sum of RGB (Red+Green+Blue) = 144+127+213=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #907FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907FD5 is #6F802A. Grayscale: #8D8D8D. Windows color (decimal): -7307307 or 13991824. OLE color: 13991824.
HSL color Cylindrical-coordinate representation of color #907FD5: hue angle of 251.86º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #907FD5 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 127 | 213 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.16 |
| HSL | 251.86º | 0.51% | 0.67% | - |
| HSV(B) | 251.86º | 0.4% | 0.84% | - |
| XYZ | 31.1 | 25.91 | 66.31 | - |
| YUV | 141.89 | 168.13 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 127 | 213 | 0.32 | 0.40 | 0 | 0.16 | 251.86 | 0.51 | 0.67 |
| Hex | 90 | 7F | D5 | 20 | 28 | 0 | 10 | FC | 33 | 43 |
| Octal | 220 | 177 | 325 | 40 | 50 | 0 | 20 | 374 | 63 | 103 |
| Binary | 10010000 | 1111111 | 11010101 | 100000 | 101000 | 0 | 10000 | 11111100 | 110011 | 1000011 |
Color Harmonies of #907FD5
Complementary color
Monochromatic Colors of #907FD5
Black with #907FD5
Text Example
Text Example
White with #907FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907FD5; }
p { color: rgb(144,127,213); }
H1.HeaderClassName
{
color: #907FD5;
}
.AnyTagClassName
{
color: #907FD5;
}
</style>
background-color css
<style>
a { background-color: #907FD5; }
a { background-color: rgb(144,127,213); }
div.DivClassName
{
background-color: #907FD5;
}
.BgClassName
{
background-color: #907FD5;
}
</style>
border-color css
<style>
span { border-color: #907FD5; }
span { border-color: rgb(144,127,213); }
td.TdClassName
{
border-color: #907FD5;
}
.TagClassName
{
border-color: #907FD5;
}
</style>