Shades of Medium Purple #9878DF
Tints of Medium Purple #9878DF
RGB
CMYK
RGB Variations
Color information
#9878DF (or 0x9878DF) is known color: Medium Purple. HEX triplet: 98, 78 and DF. RGB value is (152,120,223). Sum of RGB (Red+Green+Blue) = 152+120+223=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #9878DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9878DF is #678720. Grayscale: #8C8C8C. Windows color (decimal): -6784801 or 14645400. OLE color: 14645400.
HSL color Cylindrical-coordinate representation of color #9878DF: hue angle of 258.64º 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 #9878DF is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 120 | 223 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.13 |
| HSL | 258.64º | 0.62% | 0.67% | - |
| HSV(B) | 258.64º | 0.46% | 0.87% | - |
| XYZ | 32.98 | 25.44 | 72.98 | - |
| YUV | 141.31 | 174.1 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 223 | 0.32 | 0.46 | 0 | 0.13 | 258.64 | 0.62 | 0.67 |
| Hex | 98 | 78 | DF | 20 | 2E | 0 | D | 103 | 3E | 43 |
| Octal | 230 | 170 | 337 | 40 | 56 | 0 | 15 | 403 | 76 | 103 |
| Binary | 10011000 | 1111000 | 11011111 | 100000 | 101110 | 0 | 1101 | 100000011 | 111110 | 1000011 |
Color Harmonies of #9878DF
Complementary color
Monochromatic Colors of #9878DF
Black with #9878DF
Text Example
Text Example
White with #9878DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9878DF; }
p { color: rgb(152,120,223); }
H1.HeaderClassName
{
color: #9878DF;
}
.AnyTagClassName
{
color: #9878DF;
}
</style>
background-color css
<style>
a { background-color: #9878DF; }
a { background-color: rgb(152,120,223); }
div.DivClassName
{
background-color: #9878DF;
}
.BgClassName
{
background-color: #9878DF;
}
</style>
border-color css
<style>
span { border-color: #9878DF; }
span { border-color: rgb(152,120,223); }
td.TdClassName
{
border-color: #9878DF;
}
.TagClassName
{
border-color: #9878DF;
}
</style>