Shades of Medium Purple #9B78DF
Tints of Medium Purple #9B78DF
RGB
CMYK
RGB Variations
Color information
#9B78DF (or 0x9B78DF) is known color: Medium Purple. HEX triplet: 9B, 78 and DF. RGB value is (155,120,223). Sum of RGB (Red+Green+Blue) = 155+120+223=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B78DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B78DF is #648720. Grayscale: #8D8D8D. Windows color (decimal): -6588193 or 14645403. OLE color: 14645403.
HSL color Cylindrical-coordinate representation of color #9B78DF: hue angle of 260.39º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B78DF is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 120 | 223 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.13 |
| HSL | 260.39º | 0.62% | 0.67% | - |
| HSV(B) | 260.39º | 0.46% | 0.87% | - |
| XYZ | 33.55 | 25.73 | 73.01 | - |
| YUV | 142.21 | 173.6 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 223 | 0.30 | 0.46 | 0 | 0.13 | 260.39 | 0.62 | 0.67 |
| Hex | 9B | 78 | DF | 1E | 2E | 0 | D | 104 | 3E | 43 |
| Octal | 233 | 170 | 337 | 36 | 56 | 0 | 15 | 404 | 76 | 103 |
| Binary | 10011011 | 1111000 | 11011111 | 11110 | 101110 | 0 | 1101 | 100000100 | 111110 | 1000011 |
Color Harmonies of #9B78DF
Complementary color
Monochromatic Colors of #9B78DF
Black with #9B78DF
Text Example
Text Example
White with #9B78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B78DF; }
p { color: rgb(155,120,223); }
H1.HeaderClassName
{
color: #9B78DF;
}
.AnyTagClassName
{
color: #9B78DF;
}
</style>
background-color css
<style>
a { background-color: #9B78DF; }
a { background-color: rgb(155,120,223); }
div.DivClassName
{
background-color: #9B78DF;
}
.BgClassName
{
background-color: #9B78DF;
}
</style>
border-color css
<style>
span { border-color: #9B78DF; }
span { border-color: rgb(155,120,223); }
td.TdClassName
{
border-color: #9B78DF;
}
.TagClassName
{
border-color: #9B78DF;
}
</style>