Shades of Medium Purple #9079DF
Tints of Medium Purple #9079DF
RGB
CMYK
RGB Variations
Color information
#9079DF (or 0x9079DF) is known color: Medium Purple. HEX triplet: 90, 79 and DF. RGB value is (144,121,223). Sum of RGB (Red+Green+Blue) = 144+121+223=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #9079DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9079DF is #6F8620. Grayscale: #8B8B8B. Windows color (decimal): -7308833 or 14645648. OLE color: 14645648.
HSL color Cylindrical-coordinate representation of color #9079DF: hue angle of 253.53º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9079DF is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 121 | 223 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.13 |
| HSL | 253.53º | 0.61% | 0.67% | - |
| HSV(B) | 253.53º | 0.46% | 0.87% | - |
| XYZ | 31.66 | 24.93 | 72.96 | - |
| YUV | 139.51 | 175.12 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 223 | 0.35 | 0.46 | 0 | 0.13 | 253.53 | 0.61 | 0.67 |
| Hex | 90 | 79 | DF | 23 | 2E | 0 | D | FE | 3D | 43 |
| Octal | 220 | 171 | 337 | 43 | 56 | 0 | 15 | 376 | 75 | 103 |
| Binary | 10010000 | 1111001 | 11011111 | 100011 | 101110 | 0 | 1101 | 11111110 | 111101 | 1000011 |
Color Harmonies of #9079DF
Complementary color
Monochromatic Colors of #9079DF
Black with #9079DF
Text Example
Text Example
White with #9079DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9079DF; }
p { color: rgb(144,121,223); }
H1.HeaderClassName
{
color: #9079DF;
}
.AnyTagClassName
{
color: #9079DF;
}
</style>
background-color css
<style>
a { background-color: #9079DF; }
a { background-color: rgb(144,121,223); }
div.DivClassName
{
background-color: #9079DF;
}
.BgClassName
{
background-color: #9079DF;
}
</style>
border-color css
<style>
span { border-color: #9079DF; }
span { border-color: rgb(144,121,223); }
td.TdClassName
{
border-color: #9079DF;
}
.TagClassName
{
border-color: #9079DF;
}
</style>