Shades of Medium Purple #9C78DB
Tints of Medium Purple #9C78DB
RGB
CMYK
RGB Variations
Color information
#9C78DB (or 0x9C78DB) is known color: Medium Purple. HEX triplet: 9C, 78 and DB. RGB value is (156,120,219). Sum of RGB (Red+Green+Blue) = 156+120+219=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C78DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C78DB is #638724. Grayscale: #8D8D8D. Windows color (decimal): -6522661 or 14383260. OLE color: 14383260.
HSL color Cylindrical-coordinate representation of color #9C78DB: hue angle of 261.82º 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 #9C78DB is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 120 | 219 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.14 |
| HSL | 261.82º | 0.58% | 0.66% | - |
| HSV(B) | 261.82º | 0.45% | 0.86% | - |
| XYZ | 33.21 | 25.62 | 70.21 | - |
| YUV | 142.05 | 171.43 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 219 | 0.29 | 0.45 | 0 | 0.14 | 261.82 | 0.58 | 0.66 |
| Hex | 9C | 78 | DB | 1D | 2D | 0 | E | 106 | 3A | 42 |
| Octal | 234 | 170 | 333 | 35 | 55 | 0 | 16 | 406 | 72 | 102 |
| Binary | 10011100 | 1111000 | 11011011 | 11101 | 101101 | 0 | 1110 | 100000110 | 111010 | 1000010 |
Color Harmonies of #9C78DB
Complementary color
Monochromatic Colors of #9C78DB
Black with #9C78DB
Text Example
Text Example
White with #9C78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C78DB; }
p { color: rgb(156,120,219); }
H1.HeaderClassName
{
color: #9C78DB;
}
.AnyTagClassName
{
color: #9C78DB;
}
</style>
background-color css
<style>
a { background-color: #9C78DB; }
a { background-color: rgb(156,120,219); }
div.DivClassName
{
background-color: #9C78DB;
}
.BgClassName
{
background-color: #9C78DB;
}
</style>
border-color css
<style>
span { border-color: #9C78DB; }
span { border-color: rgb(156,120,219); }
td.TdClassName
{
border-color: #9C78DB;
}
.TagClassName
{
border-color: #9C78DB;
}
</style>