Shades of Medium Purple #907DDE
Tints of Medium Purple #907DDE
RGB
CMYK
RGB Variations
Color information
#907DDE (or 0x907DDE) is known color: Medium Purple. HEX triplet: 90, 7D and DE. RGB value is (144,125,222). Sum of RGB (Red+Green+Blue) = 144+125+222=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #907DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907DDE is #6F8221. Grayscale: #8D8D8D. Windows color (decimal): -7307810 or 14581136. OLE color: 14581136.
HSL color Cylindrical-coordinate representation of color #907DDE: hue angle of 251.75º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #907DDE is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 125 | 222 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.13 |
| HSL | 251.75º | 0.6% | 0.68% | - |
| HSV(B) | 251.75º | 0.44% | 0.87% | - |
| XYZ | 32.02 | 25.87 | 72.41 | - |
| YUV | 141.74 | 173.29 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 125 | 222 | 0.35 | 0.44 | 0 | 0.13 | 251.75 | 0.6 | 0.68 |
| Hex | 90 | 7D | DE | 23 | 2C | 0 | D | FC | 3C | 44 |
| Octal | 220 | 175 | 336 | 43 | 54 | 0 | 15 | 374 | 74 | 104 |
| Binary | 10010000 | 1111101 | 11011110 | 100011 | 101100 | 0 | 1101 | 11111100 | 111100 | 1000100 |
Color Harmonies of #907DDE
Complementary color
Monochromatic Colors of #907DDE
Black with #907DDE
Text Example
Text Example
White with #907DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907DDE; }
p { color: rgb(144,125,222); }
H1.HeaderClassName
{
color: #907DDE;
}
.AnyTagClassName
{
color: #907DDE;
}
</style>
background-color css
<style>
a { background-color: #907DDE; }
a { background-color: rgb(144,125,222); }
div.DivClassName
{
background-color: #907DDE;
}
.BgClassName
{
background-color: #907DDE;
}
</style>
border-color css
<style>
span { border-color: #907DDE; }
span { border-color: rgb(144,125,222); }
td.TdClassName
{
border-color: #907DDE;
}
.TagClassName
{
border-color: #907DDE;
}
</style>