Shades of Medium Purple #907BDD
Tints of Medium Purple #907BDD
RGB
CMYK
RGB Variations
Color information
#907BDD (or 0x907BDD) is known color: Medium Purple. HEX triplet: 90, 7B and DD. RGB value is (144,123,221). Sum of RGB (Red+Green+Blue) = 144+123+221=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #907BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BDD is #6F8422. Grayscale: #8C8C8C. Windows color (decimal): -7308323 or 14515088. OLE color: 14515088.
HSL color Cylindrical-coordinate representation of color #907BDD: hue angle of 252.86º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #907BDD is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 123 | 221 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.13 |
| HSL | 252.86º | 0.59% | 0.67% | - |
| HSV(B) | 252.86º | 0.44% | 0.87% | - |
| XYZ | 31.64 | 25.32 | 71.63 | - |
| YUV | 140.45 | 173.46 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 221 | 0.35 | 0.44 | 0 | 0.13 | 252.86 | 0.59 | 0.67 |
| Hex | 90 | 7B | DD | 23 | 2C | 0 | D | FD | 3B | 43 |
| Octal | 220 | 173 | 335 | 43 | 54 | 0 | 15 | 375 | 73 | 103 |
| Binary | 10010000 | 1111011 | 11011101 | 100011 | 101100 | 0 | 1101 | 11111101 | 111011 | 1000011 |
Color Harmonies of #907BDD
Complementary color
Monochromatic Colors of #907BDD
Black with #907BDD
Text Example
Text Example
White with #907BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907BDD; }
p { color: rgb(144,123,221); }
H1.HeaderClassName
{
color: #907BDD;
}
.AnyTagClassName
{
color: #907BDD;
}
</style>
background-color css
<style>
a { background-color: #907BDD; }
a { background-color: rgb(144,123,221); }
div.DivClassName
{
background-color: #907BDD;
}
.BgClassName
{
background-color: #907BDD;
}
</style>
border-color css
<style>
span { border-color: #907BDD; }
span { border-color: rgb(144,123,221); }
td.TdClassName
{
border-color: #907BDD;
}
.TagClassName
{
border-color: #907BDD;
}
</style>