Shades of Medium Purple #907FDF
Tints of Medium Purple #907FDF
RGB
CMYK
RGB Variations
Color information
#907FDF (or 0x907FDF) is known color: Medium Purple. HEX triplet: 90, 7F and DF. RGB value is (144,127,223). Sum of RGB (Red+Green+Blue) = 144+127+223=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #907FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907FDF is #6F8020. Grayscale: #8E8E8E. Windows color (decimal): -7307297 or 14647184. OLE color: 14647184.
HSL color Cylindrical-coordinate representation of color #907FDF: hue angle of 250.63º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #907FDF is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 127 | 223 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.13 |
| HSL | 250.63º | 0.6% | 0.69% | - |
| HSV(B) | 250.63º | 0.43% | 0.87% | - |
| XYZ | 32.41 | 26.44 | 73.21 | - |
| YUV | 143.03 | 173.13 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 127 | 223 | 0.35 | 0.43 | 0 | 0.13 | 250.63 | 0.6 | 0.69 |
| Hex | 90 | 7F | DF | 23 | 2B | 0 | D | FB | 3C | 45 |
| Octal | 220 | 177 | 337 | 43 | 53 | 0 | 15 | 373 | 74 | 105 |
| Binary | 10010000 | 1111111 | 11011111 | 100011 | 101011 | 0 | 1101 | 11111011 | 111100 | 1000101 |
Color Harmonies of #907FDF
Complementary color
Monochromatic Colors of #907FDF
Black with #907FDF
Text Example
Text Example
White with #907FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907FDF; }
p { color: rgb(144,127,223); }
H1.HeaderClassName
{
color: #907FDF;
}
.AnyTagClassName
{
color: #907FDF;
}
</style>
background-color css
<style>
a { background-color: #907FDF; }
a { background-color: rgb(144,127,223); }
div.DivClassName
{
background-color: #907FDF;
}
.BgClassName
{
background-color: #907FDF;
}
</style>
border-color css
<style>
span { border-color: #907FDF; }
span { border-color: rgb(144,127,223); }
td.TdClassName
{
border-color: #907FDF;
}
.TagClassName
{
border-color: #907FDF;
}
</style>