Shades of Medium Purple #9F78DC
Tints of Medium Purple #9F78DC
RGB
CMYK
RGB Variations
Color information
#9F78DC (or 0x9F78DC) is known color: Medium Purple. HEX triplet: 9F, 78 and DC. RGB value is (159,120,220). Sum of RGB (Red+Green+Blue) = 159+120+220=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F78DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F78DC is #608723. Grayscale: #8E8E8E. Windows color (decimal): -6326052 or 14448799. OLE color: 14448799.
HSL color Cylindrical-coordinate representation of color #9F78DC: hue angle of 263.4º degrees, saturation: 0.59, 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 #9F78DC is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 120 | 220 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.14 |
| HSL | 263.4º | 0.59% | 0.67% | - |
| HSV(B) | 263.4º | 0.45% | 0.86% | - |
| XYZ | 33.93 | 25.97 | 70.93 | - |
| YUV | 143.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 220 | 0.28 | 0.45 | 0 | 0.14 | 263.4 | 0.59 | 0.67 |
| Hex | 9F | 78 | DC | 1C | 2D | 0 | E | 107 | 3B | 43 |
| Octal | 237 | 170 | 334 | 34 | 55 | 0 | 16 | 407 | 73 | 103 |
| Binary | 10011111 | 1111000 | 11011100 | 11100 | 101101 | 0 | 1110 | 100000111 | 111011 | 1000011 |
Color Harmonies of #9F78DC
Complementary color
Monochromatic Colors of #9F78DC
Black with #9F78DC
Text Example
Text Example
White with #9F78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F78DC; }
p { color: rgb(159,120,220); }
H1.HeaderClassName
{
color: #9F78DC;
}
.AnyTagClassName
{
color: #9F78DC;
}
</style>
background-color css
<style>
a { background-color: #9F78DC; }
a { background-color: rgb(159,120,220); }
div.DivClassName
{
background-color: #9F78DC;
}
.BgClassName
{
background-color: #9F78DC;
}
</style>
border-color css
<style>
span { border-color: #9F78DC; }
span { border-color: rgb(159,120,220); }
td.TdClassName
{
border-color: #9F78DC;
}
.TagClassName
{
border-color: #9F78DC;
}
</style>