Shades of Medium Purple #9D78DA
Tints of Medium Purple #9D78DA
RGB
CMYK
RGB Variations
Color information
#9D78DA (or 0x9D78DA) is known color: Medium Purple. HEX triplet: 9D, 78 and DA. RGB value is (157,120,218). Sum of RGB (Red+Green+Blue) = 157+120+218=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D78DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D78DA is #628725. Grayscale: #8D8D8D. Windows color (decimal): -6457126 or 14317725. OLE color: 14317725.
HSL color Cylindrical-coordinate representation of color #9D78DA: hue angle of 262.65º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D78DA is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 120 | 218 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.15 |
| HSL | 262.65º | 0.57% | 0.66% | - |
| HSV(B) | 262.65º | 0.45% | 0.85% | - |
| XYZ | 33.28 | 25.66 | 69.53 | - |
| YUV | 142.24 | 170.76 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 120 | 218 | 0.28 | 0.45 | 0 | 0.15 | 262.65 | 0.57 | 0.66 |
| Hex | 9D | 78 | DA | 1C | 2D | 0 | F | 107 | 39 | 42 |
| Octal | 235 | 170 | 332 | 34 | 55 | 0 | 17 | 407 | 71 | 102 |
| Binary | 10011101 | 1111000 | 11011010 | 11100 | 101101 | 0 | 1111 | 100000111 | 111001 | 1000010 |
Color Harmonies of #9D78DA
Complementary color
Monochromatic Colors of #9D78DA
Black with #9D78DA
Text Example
Text Example
White with #9D78DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D78DA; }
p { color: rgb(157,120,218); }
H1.HeaderClassName
{
color: #9D78DA;
}
.AnyTagClassName
{
color: #9D78DA;
}
</style>
background-color css
<style>
a { background-color: #9D78DA; }
a { background-color: rgb(157,120,218); }
div.DivClassName
{
background-color: #9D78DA;
}
.BgClassName
{
background-color: #9D78DA;
}
</style>
border-color css
<style>
span { border-color: #9D78DA; }
span { border-color: rgb(157,120,218); }
td.TdClassName
{
border-color: #9D78DA;
}
.TagClassName
{
border-color: #9D78DA;
}
</style>