Shades of Medium Purple #9079DD
Tints of Medium Purple #9079DD
RGB
CMYK
RGB Variations
Color information
#9079DD (or 0x9079DD) is known color: Medium Purple. HEX triplet: 90, 79 and DD. RGB value is (144,121,221). Sum of RGB (Red+Green+Blue) = 144+121+221=486 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.63% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #9079DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9079DD is #6F8622. Grayscale: #8A8A8A. Windows color (decimal): -7308835 or 14514576. OLE color: 14514576.
HSL color Cylindrical-coordinate representation of color #9079DD: hue angle of 253.8º degrees, saturation: 0.6, 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 #9079DD is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 121 | 221 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.13 |
| HSL | 253.8º | 0.6% | 0.67% | - |
| HSV(B) | 253.8º | 0.45% | 0.87% | - |
| XYZ | 31.39 | 24.82 | 71.54 | - |
| YUV | 139.28 | 174.12 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 221 | 0.35 | 0.45 | 0 | 0.13 | 253.8 | 0.6 | 0.67 |
| Hex | 90 | 79 | DD | 23 | 2D | 0 | D | FE | 3C | 43 |
| Octal | 220 | 171 | 335 | 43 | 55 | 0 | 15 | 376 | 74 | 103 |
| Binary | 10010000 | 1111001 | 11011101 | 100011 | 101101 | 0 | 1101 | 11111110 | 111100 | 1000011 |
Color Harmonies of #9079DD
Complementary color
Monochromatic Colors of #9079DD
Black with #9079DD
Text Example
Text Example
White with #9079DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9079DD; }
p { color: rgb(144,121,221); }
H1.HeaderClassName
{
color: #9079DD;
}
.AnyTagClassName
{
color: #9079DD;
}
</style>
background-color css
<style>
a { background-color: #9079DD; }
a { background-color: rgb(144,121,221); }
div.DivClassName
{
background-color: #9079DD;
}
.BgClassName
{
background-color: #9079DD;
}
</style>
border-color css
<style>
span { border-color: #9079DD; }
span { border-color: rgb(144,121,221); }
td.TdClassName
{
border-color: #9079DD;
}
.TagClassName
{
border-color: #9079DD;
}
</style>