Shades of Medium Purple #9E79DC
Tints of Medium Purple #9E79DC
RGB
CMYK
RGB Variations
Color information
#9E79DC (or 0x9E79DC) is known color: Medium Purple. HEX triplet: 9E, 79 and DC. RGB value is (158,121,220). Sum of RGB (Red+Green+Blue) = 158+121+220=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E79DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E79DC is #618623. Grayscale: #8E8E8E. Windows color (decimal): -6391332 or 14449054. OLE color: 14449054.
HSL color Cylindrical-coordinate representation of color #9E79DC: hue angle of 262.42º 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 #9E79DC is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 121 | 220 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.14 |
| HSL | 262.42º | 0.59% | 0.67% | - |
| HSV(B) | 262.42º | 0.45% | 0.86% | - |
| XYZ | 33.86 | 26.11 | 70.97 | - |
| YUV | 143.35 | 171.26 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 121 | 220 | 0.28 | 0.45 | 0 | 0.14 | 262.42 | 0.59 | 0.67 |
| Hex | 9E | 79 | DC | 1C | 2D | 0 | E | 106 | 3B | 43 |
| Octal | 236 | 171 | 334 | 34 | 55 | 0 | 16 | 406 | 73 | 103 |
| Binary | 10011110 | 1111001 | 11011100 | 11100 | 101101 | 0 | 1110 | 100000110 | 111011 | 1000011 |
Color Harmonies of #9E79DC
Complementary color
Monochromatic Colors of #9E79DC
Black with #9E79DC
Text Example
Text Example
White with #9E79DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E79DC; }
p { color: rgb(158,121,220); }
H1.HeaderClassName
{
color: #9E79DC;
}
.AnyTagClassName
{
color: #9E79DC;
}
</style>
background-color css
<style>
a { background-color: #9E79DC; }
a { background-color: rgb(158,121,220); }
div.DivClassName
{
background-color: #9E79DC;
}
.BgClassName
{
background-color: #9E79DC;
}
</style>
border-color css
<style>
span { border-color: #9E79DC; }
span { border-color: rgb(158,121,220); }
td.TdClassName
{
border-color: #9E79DC;
}
.TagClassName
{
border-color: #9E79DC;
}
</style>