Shades of Medium Purple #907DD4
Tints of Medium Purple #907DD4
RGB
CMYK
RGB Variations
Color information
#907DD4 (or 0x907DD4) is known color: Medium Purple. HEX triplet: 90, 7D and D4. RGB value is (144,125,212). Sum of RGB (Red+Green+Blue) = 144+125+212=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #907DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907DD4 is #6F822B. Grayscale: #8C8C8C. Windows color (decimal): -7307820 or 13925776. OLE color: 13925776.
HSL color Cylindrical-coordinate representation of color #907DD4: hue angle of 253.1º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #907DD4 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 125 | 212 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.17 |
| HSL | 253.1º | 0.5% | 0.66% | - |
| HSV(B) | 253.1º | 0.41% | 0.83% | - |
| XYZ | 30.72 | 25.35 | 65.56 | - |
| YUV | 140.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 125 | 212 | 0.32 | 0.41 | 0 | 0.17 | 253.1 | 0.5 | 0.66 |
| Hex | 90 | 7D | D4 | 20 | 29 | 0 | 11 | FD | 32 | 42 |
| Octal | 220 | 175 | 324 | 40 | 51 | 0 | 21 | 375 | 62 | 102 |
| Binary | 10010000 | 1111101 | 11010100 | 100000 | 101001 | 0 | 10001 | 11111101 | 110010 | 1000010 |
Color Harmonies of #907DD4
Complementary color
Monochromatic Colors of #907DD4
Black with #907DD4
Text Example
Text Example
White with #907DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907DD4; }
p { color: rgb(144,125,212); }
H1.HeaderClassName
{
color: #907DD4;
}
.AnyTagClassName
{
color: #907DD4;
}
</style>
background-color css
<style>
a { background-color: #907DD4; }
a { background-color: rgb(144,125,212); }
div.DivClassName
{
background-color: #907DD4;
}
.BgClassName
{
background-color: #907DD4;
}
</style>
border-color css
<style>
span { border-color: #907DD4; }
span { border-color: rgb(144,125,212); }
td.TdClassName
{
border-color: #907DD4;
}
.TagClassName
{
border-color: #907DD4;
}
</style>