Shades of Medium Purple #907FDD
Tints of Medium Purple #907FDD
RGB
CMYK
RGB Variations
Color information
#907FDD (or 0x907FDD) is known color: Medium Purple. HEX triplet: 90, 7F and DD. RGB value is (144,127,221). Sum of RGB (Red+Green+Blue) = 144+127+221=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #907FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907FDD is #6F8022. Grayscale: #8E8E8E. Windows color (decimal): -7307299 or 14516112. OLE color: 14516112.
HSL color Cylindrical-coordinate representation of color #907FDD: hue angle of 250.85º degrees, saturation: 0.58, 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 #907FDD is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 127 | 221 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.13 |
| HSL | 250.85º | 0.58% | 0.68% | - |
| HSV(B) | 250.85º | 0.43% | 0.87% | - |
| XYZ | 32.14 | 26.33 | 71.79 | - |
| YUV | 142.8 | 172.13 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 127 | 221 | 0.35 | 0.43 | 0 | 0.13 | 250.85 | 0.58 | 0.68 |
| Hex | 90 | 7F | DD | 23 | 2B | 0 | D | FB | 3A | 44 |
| Octal | 220 | 177 | 335 | 43 | 53 | 0 | 15 | 373 | 72 | 104 |
| Binary | 10010000 | 1111111 | 11011101 | 100011 | 101011 | 0 | 1101 | 11111011 | 111010 | 1000100 |
Color Harmonies of #907FDD
Complementary color
Monochromatic Colors of #907FDD
Black with #907FDD
Text Example
Text Example
White with #907FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907FDD; }
p { color: rgb(144,127,221); }
H1.HeaderClassName
{
color: #907FDD;
}
.AnyTagClassName
{
color: #907FDD;
}
</style>
background-color css
<style>
a { background-color: #907FDD; }
a { background-color: rgb(144,127,221); }
div.DivClassName
{
background-color: #907FDD;
}
.BgClassName
{
background-color: #907FDD;
}
</style>
border-color css
<style>
span { border-color: #907FDD; }
span { border-color: rgb(144,127,221); }
td.TdClassName
{
border-color: #907FDD;
}
.TagClassName
{
border-color: #907FDD;
}
</style>