Shades of Medium Purple #907DDB
Tints of Medium Purple #907DDB
RGB
CMYK
RGB Variations
Color information
#907DDB (or 0x907DDB) is known color: Medium Purple. HEX triplet: 90, 7D and DB. RGB value is (144,125,219). Sum of RGB (Red+Green+Blue) = 144+125+219=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 125 (49.22% from 255 or 25.61% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #907DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907DDB is #6F8224. Grayscale: #8D8D8D. Windows color (decimal): -7307813 or 14384528. OLE color: 14384528.
HSL color Cylindrical-coordinate representation of color #907DDB: hue angle of 252.13º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #907DDB is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 125 | 219 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.14 |
| HSL | 252.13º | 0.57% | 0.67% | - |
| HSV(B) | 252.13º | 0.43% | 0.86% | - |
| XYZ | 31.62 | 25.71 | 70.31 | - |
| YUV | 141.4 | 171.79 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 125 | 219 | 0.34 | 0.43 | 0 | 0.14 | 252.13 | 0.57 | 0.67 |
| Hex | 90 | 7D | DB | 22 | 2B | 0 | E | FC | 39 | 43 |
| Octal | 220 | 175 | 333 | 42 | 53 | 0 | 16 | 374 | 71 | 103 |
| Binary | 10010000 | 1111101 | 11011011 | 100010 | 101011 | 0 | 1110 | 11111100 | 111001 | 1000011 |
Color Harmonies of #907DDB
Complementary color
Monochromatic Colors of #907DDB
Black with #907DDB
Text Example
Text Example
White with #907DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907DDB; }
p { color: rgb(144,125,219); }
H1.HeaderClassName
{
color: #907DDB;
}
.AnyTagClassName
{
color: #907DDB;
}
</style>
background-color css
<style>
a { background-color: #907DDB; }
a { background-color: rgb(144,125,219); }
div.DivClassName
{
background-color: #907DDB;
}
.BgClassName
{
background-color: #907DDB;
}
</style>
border-color css
<style>
span { border-color: #907DDB; }
span { border-color: rgb(144,125,219); }
td.TdClassName
{
border-color: #907DDB;
}
.TagClassName
{
border-color: #907DDB;
}
</style>