Shades of Medium Purple #9978DF
Tints of Medium Purple #9978DF
RGB
CMYK
RGB Variations
Color information
#9978DF (or 0x9978DF) is known color: Medium Purple. HEX triplet: 99, 78 and DF. RGB value is (153,120,223). Sum of RGB (Red+Green+Blue) = 153+120+223=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #9978DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9978DF is #668720. Grayscale: #8D8D8D. Windows color (decimal): -6719265 or 14645401. OLE color: 14645401.
HSL color Cylindrical-coordinate representation of color #9978DF: hue angle of 259.22º 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 #9978DF is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 120 | 223 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.13 |
| HSL | 259.22º | 0.62% | 0.67% | - |
| HSV(B) | 259.22º | 0.46% | 0.87% | - |
| XYZ | 33.17 | 25.53 | 72.99 | - |
| YUV | 141.61 | 173.93 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 223 | 0.31 | 0.46 | 0 | 0.13 | 259.22 | 0.62 | 0.67 |
| Hex | 99 | 78 | DF | 1F | 2E | 0 | D | 103 | 3E | 43 |
| Octal | 231 | 170 | 337 | 37 | 56 | 0 | 15 | 403 | 76 | 103 |
| Binary | 10011001 | 1111000 | 11011111 | 11111 | 101110 | 0 | 1101 | 100000011 | 111110 | 1000011 |
Color Harmonies of #9978DF
Complementary color
Monochromatic Colors of #9978DF
Black with #9978DF
Text Example
Text Example
White with #9978DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9978DF; }
p { color: rgb(153,120,223); }
H1.HeaderClassName
{
color: #9978DF;
}
.AnyTagClassName
{
color: #9978DF;
}
</style>
background-color css
<style>
a { background-color: #9978DF; }
a { background-color: rgb(153,120,223); }
div.DivClassName
{
background-color: #9978DF;
}
.BgClassName
{
background-color: #9978DF;
}
</style>
border-color css
<style>
span { border-color: #9978DF; }
span { border-color: rgb(153,120,223); }
td.TdClassName
{
border-color: #9978DF;
}
.TagClassName
{
border-color: #9978DF;
}
</style>