Shades of Medium Purple #9A78D8
Tints of Medium Purple #9A78D8
RGB
CMYK
RGB Variations
Color information
#9A78D8 (or 0x9A78D8) is known color: Medium Purple. HEX triplet: 9A, 78 and D8. RGB value is (154,120,216). Sum of RGB (Red+Green+Blue) = 154+120+216=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 120 (47.27% from 255 or 24.49% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #9A78D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A78D8 is #658727. Grayscale: #8C8C8C. Windows color (decimal): -6653736 or 14186650. OLE color: 14186650.
HSL color Cylindrical-coordinate representation of color #9A78D8: hue angle of 261.25º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A78D8 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 120 | 216 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.15 |
| HSL | 261.25º | 0.55% | 0.66% | - |
| HSV(B) | 261.25º | 0.44% | 0.85% | - |
| XYZ | 32.44 | 25.26 | 68.13 | - |
| YUV | 141.11 | 170.26 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 120 | 216 | 0.29 | 0.44 | 0 | 0.15 | 261.25 | 0.55 | 0.66 |
| Hex | 9A | 78 | D8 | 1D | 2C | 0 | F | 105 | 37 | 42 |
| Octal | 232 | 170 | 330 | 35 | 54 | 0 | 17 | 405 | 67 | 102 |
| Binary | 10011010 | 1111000 | 11011000 | 11101 | 101100 | 0 | 1111 | 100000101 | 110111 | 1000010 |
Color Harmonies of #9A78D8
Complementary color
Monochromatic Colors of #9A78D8
Black with #9A78D8
Text Example
Text Example
White with #9A78D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A78D8; }
p { color: rgb(154,120,216); }
H1.HeaderClassName
{
color: #9A78D8;
}
.AnyTagClassName
{
color: #9A78D8;
}
</style>
background-color css
<style>
a { background-color: #9A78D8; }
a { background-color: rgb(154,120,216); }
div.DivClassName
{
background-color: #9A78D8;
}
.BgClassName
{
background-color: #9A78D8;
}
</style>
border-color css
<style>
span { border-color: #9A78D8; }
span { border-color: rgb(154,120,216); }
td.TdClassName
{
border-color: #9A78D8;
}
.TagClassName
{
border-color: #9A78D8;
}
</style>