Shades of Medium Purple #907CDE
Tints of Medium Purple #907CDE
RGB
CMYK
RGB Variations
Color information
#907CDE (or 0x907CDE) is known color: Medium Purple. HEX triplet: 90, 7C and DE. RGB value is (144,124,222). Sum of RGB (Red+Green+Blue) = 144+124+222=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #907CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907CDE is #6F8321. Grayscale: #8C8C8C. Windows color (decimal): -7308066 or 14580880. OLE color: 14580880.
HSL color Cylindrical-coordinate representation of color #907CDE: hue angle of 252.24º 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 #907CDE is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 124 | 222 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.13 |
| HSL | 252.24º | 0.6% | 0.68% | - |
| HSV(B) | 252.24º | 0.44% | 0.87% | - |
| XYZ | 31.89 | 25.62 | 72.37 | - |
| YUV | 141.15 | 173.63 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 124 | 222 | 0.35 | 0.44 | 0 | 0.13 | 252.24 | 0.6 | 0.68 |
| Hex | 90 | 7C | DE | 23 | 2C | 0 | D | FC | 3C | 44 |
| Octal | 220 | 174 | 336 | 43 | 54 | 0 | 15 | 374 | 74 | 104 |
| Binary | 10010000 | 1111100 | 11011110 | 100011 | 101100 | 0 | 1101 | 11111100 | 111100 | 1000100 |
Color Harmonies of #907CDE
Complementary color
Monochromatic Colors of #907CDE
Black with #907CDE
Text Example
Text Example
White with #907CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907CDE; }
p { color: rgb(144,124,222); }
H1.HeaderClassName
{
color: #907CDE;
}
.AnyTagClassName
{
color: #907CDE;
}
</style>
background-color css
<style>
a { background-color: #907CDE; }
a { background-color: rgb(144,124,222); }
div.DivClassName
{
background-color: #907CDE;
}
.BgClassName
{
background-color: #907CDE;
}
</style>
border-color css
<style>
span { border-color: #907CDE; }
span { border-color: rgb(144,124,222); }
td.TdClassName
{
border-color: #907CDE;
}
.TagClassName
{
border-color: #907CDE;
}
</style>