Shades of Medium Purple #9D78DB
Tints of Medium Purple #9D78DB
RGB
CMYK
RGB Variations
Color information
#9D78DB (or 0x9D78DB) is known color: Medium Purple. HEX triplet: 9D, 78 and DB. RGB value is (157,120,219). Sum of RGB (Red+Green+Blue) = 157+120+219=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 120 (47.27% from 255 or 24.19% 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 #9D78DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D78DB is #628724. Grayscale: #8D8D8D. Windows color (decimal): -6457125 or 14383261. OLE color: 14383261.
HSL color Cylindrical-coordinate representation of color #9D78DB: hue angle of 262.42º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D78DB is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 120 | 219 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.14 |
| HSL | 262.42º | 0.58% | 0.66% | - |
| HSV(B) | 262.42º | 0.45% | 0.86% | - |
| XYZ | 33.41 | 25.72 | 70.22 | - |
| YUV | 142.35 | 171.26 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 120 | 219 | 0.28 | 0.45 | 0 | 0.14 | 262.42 | 0.58 | 0.66 |
| Hex | 9D | 78 | DB | 1C | 2D | 0 | E | 106 | 3A | 42 |
| Octal | 235 | 170 | 333 | 34 | 55 | 0 | 16 | 406 | 72 | 102 |
| Binary | 10011101 | 1111000 | 11011011 | 11100 | 101101 | 0 | 1110 | 100000110 | 111010 | 1000010 |
Color Harmonies of #9D78DB
Complementary color
Monochromatic Colors of #9D78DB
Black with #9D78DB
Text Example
Text Example
White with #9D78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D78DB; }
p { color: rgb(157,120,219); }
H1.HeaderClassName
{
color: #9D78DB;
}
.AnyTagClassName
{
color: #9D78DB;
}
</style>
background-color css
<style>
a { background-color: #9D78DB; }
a { background-color: rgb(157,120,219); }
div.DivClassName
{
background-color: #9D78DB;
}
.BgClassName
{
background-color: #9D78DB;
}
</style>
border-color css
<style>
span { border-color: #9D78DB; }
span { border-color: rgb(157,120,219); }
td.TdClassName
{
border-color: #9D78DB;
}
.TagClassName
{
border-color: #9D78DB;
}
</style>