Shades of Medium Purple #9079DC
Tints of Medium Purple #9079DC
RGB
CMYK
RGB Variations
Color information
#9079DC (or 0x9079DC) is known color: Medium Purple. HEX triplet: 90, 79 and DC. RGB value is (144,121,220). Sum of RGB (Red+Green+Blue) = 144+121+220=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #9079DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9079DC is #6F8623. Grayscale: #8A8A8A. Windows color (decimal): -7308836 or 14449040. OLE color: 14449040.
HSL color Cylindrical-coordinate representation of color #9079DC: hue angle of 253.94º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9079DC is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 121 | 220 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.14 |
| HSL | 253.94º | 0.59% | 0.67% | - |
| HSV(B) | 253.94º | 0.45% | 0.86% | - |
| XYZ | 31.26 | 24.77 | 70.84 | - |
| YUV | 139.16 | 173.62 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 121 | 220 | 0.35 | 0.45 | 0 | 0.14 | 253.94 | 0.59 | 0.67 |
| Hex | 90 | 79 | DC | 23 | 2D | 0 | E | FE | 3B | 43 |
| Octal | 220 | 171 | 334 | 43 | 55 | 0 | 16 | 376 | 73 | 103 |
| Binary | 10010000 | 1111001 | 11011100 | 100011 | 101101 | 0 | 1110 | 11111110 | 111011 | 1000011 |
Color Harmonies of #9079DC
Complementary color
Monochromatic Colors of #9079DC
Black with #9079DC
Text Example
Text Example
White with #9079DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9079DC; }
p { color: rgb(144,121,220); }
H1.HeaderClassName
{
color: #9079DC;
}
.AnyTagClassName
{
color: #9079DC;
}
</style>
background-color css
<style>
a { background-color: #9079DC; }
a { background-color: rgb(144,121,220); }
div.DivClassName
{
background-color: #9079DC;
}
.BgClassName
{
background-color: #9079DC;
}
</style>
border-color css
<style>
span { border-color: #9079DC; }
span { border-color: rgb(144,121,220); }
td.TdClassName
{
border-color: #9079DC;
}
.TagClassName
{
border-color: #9079DC;
}
</style>