Shades of Medium Purple #907BDF
Tints of Medium Purple #907BDF
RGB
CMYK
RGB Variations
Color information
#907BDF (or 0x907BDF) is known color: Medium Purple. HEX triplet: 90, 7B and DF. RGB value is (144,123,223). Sum of RGB (Red+Green+Blue) = 144+123+223=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #907BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907BDF is #6F8420. Grayscale: #8C8C8C. Windows color (decimal): -7308321 or 14646160. OLE color: 14646160.
HSL color Cylindrical-coordinate representation of color #907BDF: hue angle of 252.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #907BDF is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 123 | 223 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.13 |
| HSL | 252.6º | 0.61% | 0.68% | - |
| HSV(B) | 252.6º | 0.45% | 0.87% | - |
| XYZ | 31.9 | 25.42 | 73.04 | - |
| YUV | 140.68 | 174.46 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 223 | 0.35 | 0.45 | 0 | 0.13 | 252.6 | 0.61 | 0.68 |
| Hex | 90 | 7B | DF | 23 | 2D | 0 | D | FD | 3D | 44 |
| Octal | 220 | 173 | 337 | 43 | 55 | 0 | 15 | 375 | 75 | 104 |
| Binary | 10010000 | 1111011 | 11011111 | 100011 | 101101 | 0 | 1101 | 11111101 | 111101 | 1000100 |
Color Harmonies of #907BDF
Complementary color
Monochromatic Colors of #907BDF
Black with #907BDF
Text Example
Text Example
White with #907BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907BDF; }
p { color: rgb(144,123,223); }
H1.HeaderClassName
{
color: #907BDF;
}
.AnyTagClassName
{
color: #907BDF;
}
</style>
background-color css
<style>
a { background-color: #907BDF; }
a { background-color: rgb(144,123,223); }
div.DivClassName
{
background-color: #907BDF;
}
.BgClassName
{
background-color: #907BDF;
}
</style>
border-color css
<style>
span { border-color: #907BDF; }
span { border-color: rgb(144,123,223); }
td.TdClassName
{
border-color: #907BDF;
}
.TagClassName
{
border-color: #907BDF;
}
</style>