Shades of Medium Purple #907DDD
Tints of Medium Purple #907DDD
RGB
CMYK
RGB Variations
Color information
#907DDD (or 0x907DDD) is known color: Medium Purple. HEX triplet: 90, 7D and DD. RGB value is (144,125,221). Sum of RGB (Red+Green+Blue) = 144+125+221=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #907DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907DDD is #6F8222. Grayscale: #8D8D8D. Windows color (decimal): -7307811 or 14515600. OLE color: 14515600.
HSL color Cylindrical-coordinate representation of color #907DDD: hue angle of 251.87º 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 #907DDD is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 125 | 221 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.13 |
| HSL | 251.88º | 0.59% | 0.68% | - |
| HSV(B) | 251.88º | 0.43% | 0.87% | - |
| XYZ | 31.89 | 25.82 | 71.71 | - |
| YUV | 141.63 | 172.79 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 125 | 221 | 0.35 | 0.43 | 0 | 0.13 | 251.88 | 0.59 | 0.68 |
| Hex | 90 | 7D | DD | 23 | 2B | 0 | D | FC | 3B | 44 |
| Octal | 220 | 175 | 335 | 43 | 53 | 0 | 15 | 374 | 73 | 104 |
| Binary | 10010000 | 1111101 | 11011101 | 100011 | 101011 | 0 | 1101 | 11111100 | 111011 | 1000100 |
Color Harmonies of #907DDD
Complementary color
Monochromatic Colors of #907DDD
Black with #907DDD
Text Example
Text Example
White with #907DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907DDD; }
p { color: rgb(144,125,221); }
H1.HeaderClassName
{
color: #907DDD;
}
.AnyTagClassName
{
color: #907DDD;
}
</style>
background-color css
<style>
a { background-color: #907DDD; }
a { background-color: rgb(144,125,221); }
div.DivClassName
{
background-color: #907DDD;
}
.BgClassName
{
background-color: #907DDD;
}
</style>
border-color css
<style>
span { border-color: #907DDD; }
span { border-color: rgb(144,125,221); }
td.TdClassName
{
border-color: #907DDD;
}
.TagClassName
{
border-color: #907DDD;
}
</style>