Shades of Medium Purple #9C79DB
Tints of Medium Purple #9C79DB
RGB
CMYK
RGB Variations
Color information
#9C79DB (or 0x9C79DB) is known color: Medium Purple. HEX triplet: 9C, 79 and DB. RGB value is (156,121,219). Sum of RGB (Red+Green+Blue) = 156+121+219=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C79DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C79DB is #638624. Grayscale: #8E8E8E. Windows color (decimal): -6522405 or 14383516. OLE color: 14383516.
HSL color Cylindrical-coordinate representation of color #9C79DB: hue angle of 261.43º degrees, saturation: 0.58, 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 #9C79DB is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 121 | 219 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.14 |
| HSL | 261.43º | 0.58% | 0.67% | - |
| HSV(B) | 261.43º | 0.45% | 0.86% | - |
| XYZ | 33.33 | 25.86 | 70.25 | - |
| YUV | 142.64 | 171.1 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 121 | 219 | 0.29 | 0.45 | 0 | 0.14 | 261.43 | 0.58 | 0.67 |
| Hex | 9C | 79 | DB | 1D | 2D | 0 | E | 105 | 3A | 43 |
| Octal | 234 | 171 | 333 | 35 | 55 | 0 | 16 | 405 | 72 | 103 |
| Binary | 10011100 | 1111001 | 11011011 | 11101 | 101101 | 0 | 1110 | 100000101 | 111010 | 1000011 |
Color Harmonies of #9C79DB
Complementary color
Monochromatic Colors of #9C79DB
Black with #9C79DB
Text Example
Text Example
White with #9C79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C79DB; }
p { color: rgb(156,121,219); }
H1.HeaderClassName
{
color: #9C79DB;
}
.AnyTagClassName
{
color: #9C79DB;
}
</style>
background-color css
<style>
a { background-color: #9C79DB; }
a { background-color: rgb(156,121,219); }
div.DivClassName
{
background-color: #9C79DB;
}
.BgClassName
{
background-color: #9C79DB;
}
</style>
border-color css
<style>
span { border-color: #9C79DB; }
span { border-color: rgb(156,121,219); }
td.TdClassName
{
border-color: #9C79DB;
}
.TagClassName
{
border-color: #9C79DB;
}
</style>