Shades of Medium Purple #907ADD
Tints of Medium Purple #907ADD
RGB
CMYK
RGB Variations
Color information
#907ADD (or 0x907ADD) is known color: Medium Purple. HEX triplet: 90, 7A and DD. RGB value is (144,122,221). Sum of RGB (Red+Green+Blue) = 144+122+221=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #907ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907ADD is #6F8522. Grayscale: #8B8B8B. Windows color (decimal): -7308579 or 14514832. OLE color: 14514832.
HSL color Cylindrical-coordinate representation of color #907ADD: hue angle of 253.33º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #907ADD is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 122 | 221 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.13 |
| HSL | 253.33º | 0.59% | 0.67% | - |
| HSV(B) | 253.33º | 0.45% | 0.87% | - |
| XYZ | 31.51 | 25.07 | 71.58 | - |
| YUV | 139.86 | 173.79 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 221 | 0.35 | 0.45 | 0 | 0.13 | 253.33 | 0.59 | 0.67 |
| Hex | 90 | 7A | DD | 23 | 2D | 0 | D | FD | 3B | 43 |
| Octal | 220 | 172 | 335 | 43 | 55 | 0 | 15 | 375 | 73 | 103 |
| Binary | 10010000 | 1111010 | 11011101 | 100011 | 101101 | 0 | 1101 | 11111101 | 111011 | 1000011 |
Color Harmonies of #907ADD
Complementary color
Monochromatic Colors of #907ADD
Black with #907ADD
Text Example
Text Example
White with #907ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907ADD; }
p { color: rgb(144,122,221); }
H1.HeaderClassName
{
color: #907ADD;
}
.AnyTagClassName
{
color: #907ADD;
}
</style>
background-color css
<style>
a { background-color: #907ADD; }
a { background-color: rgb(144,122,221); }
div.DivClassName
{
background-color: #907ADD;
}
.BgClassName
{
background-color: #907ADD;
}
</style>
border-color css
<style>
span { border-color: #907ADD; }
span { border-color: rgb(144,122,221); }
td.TdClassName
{
border-color: #907ADD;
}
.TagClassName
{
border-color: #907ADD;
}
</style>