Shades of Medium Purple #9B79D7
Tints of Medium Purple #9B79D7
RGB
CMYK
RGB Variations
Color information
#9B79D7 (or 0x9B79D7) is known color: Medium Purple. HEX triplet: 9B, 79 and D7. RGB value is (155,121,215). Sum of RGB (Red+Green+Blue) = 155+121+215=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #9B79D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B79D7 is #648628. Grayscale: #8D8D8D. Windows color (decimal): -6587945 or 14121371. OLE color: 14121371.
HSL color Cylindrical-coordinate representation of color #9B79D7: hue angle of 261.7º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B79D7 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 121 | 215 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.16 |
| HSL | 261.7º | 0.54% | 0.66% | - |
| HSV(B) | 261.7º | 0.44% | 0.84% | - |
| XYZ | 32.62 | 25.55 | 67.5 | - |
| YUV | 141.88 | 169.26 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 121 | 215 | 0.28 | 0.44 | 0 | 0.16 | 261.7 | 0.54 | 0.66 |
| Hex | 9B | 79 | D7 | 1C | 2C | 0 | 10 | 106 | 36 | 42 |
| Octal | 233 | 171 | 327 | 34 | 54 | 0 | 20 | 406 | 66 | 102 |
| Binary | 10011011 | 1111001 | 11010111 | 11100 | 101100 | 0 | 10000 | 100000110 | 110110 | 1000010 |
Color Harmonies of #9B79D7
Complementary color
Monochromatic Colors of #9B79D7
Black with #9B79D7
Text Example
Text Example
White with #9B79D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B79D7; }
p { color: rgb(155,121,215); }
H1.HeaderClassName
{
color: #9B79D7;
}
.AnyTagClassName
{
color: #9B79D7;
}
</style>
background-color css
<style>
a { background-color: #9B79D7; }
a { background-color: rgb(155,121,215); }
div.DivClassName
{
background-color: #9B79D7;
}
.BgClassName
{
background-color: #9B79D7;
}
</style>
border-color css
<style>
span { border-color: #9B79D7; }
span { border-color: rgb(155,121,215); }
td.TdClassName
{
border-color: #9B79D7;
}
.TagClassName
{
border-color: #9B79D7;
}
</style>