Shades of Medium Purple #9B78F5
Tints of Medium Purple #9B78F5
RGB
CMYK
RGB Variations
Color information
#9B78F5 (or 0x9B78F5) is known color: Medium Purple. HEX triplet: 9B, 78 and F5. RGB value is (155,120,245). Sum of RGB (Red+Green+Blue) = 155+120+245=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 245 - color contains mainly: blue. Hex color #9B78F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B78F5 is #64870A. Grayscale: #909090. Windows color (decimal): -6588171 or 16087195. OLE color: 16087195.
HSL color Cylindrical-coordinate representation of color #9B78F5: hue angle of 256.8º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B78F5 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 120 | 245 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.04 |
| HSL | 256.8º | 0.86% | 0.72% | - |
| HSV(B) | 256.8º | 0.51% | 0.96% | - |
| XYZ | 36.72 | 26.99 | 89.66 | - |
| YUV | 144.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 245 | 0.37 | 0.51 | 0 | 0.04 | 256.8 | 0.86 | 0.72 |
| Hex | 9B | 78 | F5 | 25 | 33 | 0 | 4 | 101 | 56 | 48 |
| Octal | 233 | 170 | 365 | 45 | 63 | 0 | 4 | 401 | 126 | 110 |
| Binary | 10011011 | 1111000 | 11110101 | 100101 | 110011 | 0 | 100 | 100000001 | 1010110 | 1001000 |
Color Harmonies of #9B78F5
Complementary color
Monochromatic Colors of #9B78F5
Black with #9B78F5
Text Example
Text Example
White with #9B78F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B78F5; }
p { color: rgb(155,120,245); }
H1.HeaderClassName
{
color: #9B78F5;
}
.AnyTagClassName
{
color: #9B78F5;
}
</style>
background-color css
<style>
a { background-color: #9B78F5; }
a { background-color: rgb(155,120,245); }
div.DivClassName
{
background-color: #9B78F5;
}
.BgClassName
{
background-color: #9B78F5;
}
</style>
border-color css
<style>
span { border-color: #9B78F5; }
span { border-color: rgb(155,120,245); }
td.TdClassName
{
border-color: #9B78F5;
}
.TagClassName
{
border-color: #9B78F5;
}
</style>