Shades of Medium Purple #9B79EF
Tints of Medium Purple #9B79EF
RGB
CMYK
RGB Variations
Color information
#9B79EF (or 0x9B79EF) is known color: Medium Purple. HEX triplet: 9B, 79 and EF. RGB value is (155,121,239). Sum of RGB (Red+Green+Blue) = 155+121+239=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B79EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B79EF is #648610. Grayscale: #909090. Windows color (decimal): -6587921 or 15694235. OLE color: 15694235.
HSL color Cylindrical-coordinate representation of color #9B79EF: hue angle of 257.29º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B79EF is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 121 | 239 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.06 |
| HSL | 257.29º | 0.79% | 0.71% | - |
| HSV(B) | 257.29º | 0.49% | 0.94% | - |
| XYZ | 35.93 | 26.88 | 84.95 | - |
| YUV | 144.62 | 181.26 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 121 | 239 | 0.35 | 0.49 | 0 | 0.06 | 257.29 | 0.79 | 0.71 |
| Hex | 9B | 79 | EF | 23 | 31 | 0 | 6 | 101 | 4F | 47 |
| Octal | 233 | 171 | 357 | 43 | 61 | 0 | 6 | 401 | 117 | 107 |
| Binary | 10011011 | 1111001 | 11101111 | 100011 | 110001 | 0 | 110 | 100000001 | 1001111 | 1000111 |
Color Harmonies of #9B79EF
Complementary color
Monochromatic Colors of #9B79EF
Black with #9B79EF
Text Example
Text Example
White with #9B79EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B79EF; }
p { color: rgb(155,121,239); }
H1.HeaderClassName
{
color: #9B79EF;
}
.AnyTagClassName
{
color: #9B79EF;
}
</style>
background-color css
<style>
a { background-color: #9B79EF; }
a { background-color: rgb(155,121,239); }
div.DivClassName
{
background-color: #9B79EF;
}
.BgClassName
{
background-color: #9B79EF;
}
</style>
border-color css
<style>
span { border-color: #9B79EF; }
span { border-color: rgb(155,121,239); }
td.TdClassName
{
border-color: #9B79EF;
}
.TagClassName
{
border-color: #9B79EF;
}
</style>