Shades of Medium Purple #907EDF
Tints of Medium Purple #907EDF
RGB
CMYK
RGB Variations
Color information
#907EDF (or 0x907EDF) is known color: Medium Purple. HEX triplet: 90, 7E and DF. RGB value is (144,126,223). Sum of RGB (Red+Green+Blue) = 144+126+223=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #907EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907EDF is #6F8120. Grayscale: #8E8E8E. Windows color (decimal): -7307553 or 14646928. OLE color: 14646928.
HSL color Cylindrical-coordinate representation of color #907EDF: hue angle of 251.13º degrees, saturation: 0.6, 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 #907EDF is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 126 | 223 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.13 |
| HSL | 251.13º | 0.6% | 0.68% | - |
| HSV(B) | 251.13º | 0.43% | 0.87% | - |
| XYZ | 32.28 | 26.18 | 73.16 | - |
| YUV | 142.44 | 173.46 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 126 | 223 | 0.35 | 0.43 | 0 | 0.13 | 251.13 | 0.6 | 0.68 |
| Hex | 90 | 7E | DF | 23 | 2B | 0 | D | FB | 3C | 44 |
| Octal | 220 | 176 | 337 | 43 | 53 | 0 | 15 | 373 | 74 | 104 |
| Binary | 10010000 | 1111110 | 11011111 | 100011 | 101011 | 0 | 1101 | 11111011 | 111100 | 1000100 |
Color Harmonies of #907EDF
Complementary color
Monochromatic Colors of #907EDF
Black with #907EDF
Text Example
Text Example
White with #907EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907EDF; }
p { color: rgb(144,126,223); }
H1.HeaderClassName
{
color: #907EDF;
}
.AnyTagClassName
{
color: #907EDF;
}
</style>
background-color css
<style>
a { background-color: #907EDF; }
a { background-color: rgb(144,126,223); }
div.DivClassName
{
background-color: #907EDF;
}
.BgClassName
{
background-color: #907EDF;
}
</style>
border-color css
<style>
span { border-color: #907EDF; }
span { border-color: rgb(144,126,223); }
td.TdClassName
{
border-color: #907EDF;
}
.TagClassName
{
border-color: #907EDF;
}
</style>