Shades of Medium Purple #8C79DB
Tints of Medium Purple #8C79DB
RGB
CMYK
RGB Variations
Color information
#8C79DB (or 0x8C79DB) is known color: Medium Purple. HEX triplet: 8C, 79 and DB. RGB value is (140,121,219). Sum of RGB (Red+Green+Blue) = 140+121+219=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C79DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C79DB is #738624. Grayscale: #898989. Windows color (decimal): -7570981 or 14383500. OLE color: 14383500.
HSL color Cylindrical-coordinate representation of color #8C79DB: hue angle of 251.63º 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 #8C79DB is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 121 | 219 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.14 |
| HSL | 251.63º | 0.58% | 0.67% | - |
| HSV(B) | 251.63º | 0.45% | 0.86% | - |
| XYZ | 30.44 | 24.36 | 70.12 | - |
| YUV | 137.85 | 173.79 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 219 | 0.36 | 0.45 | 0 | 0.14 | 251.63 | 0.58 | 0.67 |
| Hex | 8C | 79 | DB | 24 | 2D | 0 | E | FC | 3A | 43 |
| Octal | 214 | 171 | 333 | 44 | 55 | 0 | 16 | 374 | 72 | 103 |
| Binary | 10001100 | 1111001 | 11011011 | 100100 | 101101 | 0 | 1110 | 11111100 | 111010 | 1000011 |
Color Harmonies of #8C79DB
Complementary color
Monochromatic Colors of #8C79DB
Black with #8C79DB
Text Example
Text Example
White with #8C79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C79DB; }
p { color: rgb(140,121,219); }
H1.HeaderClassName
{
color: #8C79DB;
}
.AnyTagClassName
{
color: #8C79DB;
}
</style>
background-color css
<style>
a { background-color: #8C79DB; }
a { background-color: rgb(140,121,219); }
div.DivClassName
{
background-color: #8C79DB;
}
.BgClassName
{
background-color: #8C79DB;
}
</style>
border-color css
<style>
span { border-color: #8C79DB; }
span { border-color: rgb(140,121,219); }
td.TdClassName
{
border-color: #8C79DB;
}
.TagClassName
{
border-color: #8C79DB;
}
</style>