Shades of Medium Purple #9B79DF
Tints of Medium Purple #9B79DF
RGB
CMYK
RGB Variations
Color information
#9B79DF (or 0x9B79DF) is known color: Medium Purple. HEX triplet: 9B, 79 and DF. RGB value is (155,121,223). Sum of RGB (Red+Green+Blue) = 155+121+223=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B79DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B79DF is #648620. Grayscale: #8E8E8E. Windows color (decimal): -6587937 or 14645659. OLE color: 14645659.
HSL color Cylindrical-coordinate representation of color #9B79DF: hue angle of 260º 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 #9B79DF is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 121 | 223 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.13 |
| HSL | 260º | 0.61% | 0.67% | - |
| HSV(B) | 260º | 0.46% | 0.87% | - |
| XYZ | 33.67 | 25.97 | 73.05 | - |
| YUV | 142.79 | 173.26 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 121 | 223 | 0.30 | 0.46 | 0 | 0.13 | 260 | 0.61 | 0.67 |
| Hex | 9B | 79 | DF | 1E | 2E | 0 | D | 104 | 3D | 43 |
| Octal | 233 | 171 | 337 | 36 | 56 | 0 | 15 | 404 | 75 | 103 |
| Binary | 10011011 | 1111001 | 11011111 | 11110 | 101110 | 0 | 1101 | 100000100 | 111101 | 1000011 |
Color Harmonies of #9B79DF
Complementary color
Monochromatic Colors of #9B79DF
Black with #9B79DF
Text Example
Text Example
White with #9B79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B79DF; }
p { color: rgb(155,121,223); }
H1.HeaderClassName
{
color: #9B79DF;
}
.AnyTagClassName
{
color: #9B79DF;
}
</style>
background-color css
<style>
a { background-color: #9B79DF; }
a { background-color: rgb(155,121,223); }
div.DivClassName
{
background-color: #9B79DF;
}
.BgClassName
{
background-color: #9B79DF;
}
</style>
border-color css
<style>
span { border-color: #9B79DF; }
span { border-color: rgb(155,121,223); }
td.TdClassName
{
border-color: #9B79DF;
}
.TagClassName
{
border-color: #9B79DF;
}
</style>