Shades of Medium Purple #9978EF
Tints of Medium Purple #9978EF
RGB
CMYK
RGB Variations
Color information
#9978EF (or 0x9978EF) is known color: Medium Purple. HEX triplet: 99, 78 and EF. RGB value is (153,120,239). Sum of RGB (Red+Green+Blue) = 153+120+239=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #9978EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9978EF is #668710. Grayscale: #8E8E8E. Windows color (decimal): -6719249 or 15693977. OLE color: 15693977.
HSL color Cylindrical-coordinate representation of color #9978EF: hue angle of 256.64º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9978EF is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 120 | 239 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.06 |
| HSL | 256.64º | 0.79% | 0.7% | - |
| HSV(B) | 256.64º | 0.5% | 0.94% | - |
| XYZ | 35.43 | 26.44 | 84.9 | - |
| YUV | 143.43 | 181.93 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 239 | 0.36 | 0.50 | 0 | 0.06 | 256.64 | 0.79 | 0.7 |
| Hex | 99 | 78 | EF | 24 | 32 | 0 | 6 | 101 | 4F | 46 |
| Octal | 231 | 170 | 357 | 44 | 62 | 0 | 6 | 401 | 117 | 106 |
| Binary | 10011001 | 1111000 | 11101111 | 100100 | 110010 | 0 | 110 | 100000001 | 1001111 | 1000110 |
Color Harmonies of #9978EF
Complementary color
Monochromatic Colors of #9978EF
Black with #9978EF
Text Example
Text Example
White with #9978EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9978EF; }
p { color: rgb(153,120,239); }
H1.HeaderClassName
{
color: #9978EF;
}
.AnyTagClassName
{
color: #9978EF;
}
</style>
background-color css
<style>
a { background-color: #9978EF; }
a { background-color: rgb(153,120,239); }
div.DivClassName
{
background-color: #9978EF;
}
.BgClassName
{
background-color: #9978EF;
}
</style>
border-color css
<style>
span { border-color: #9978EF; }
span { border-color: rgb(153,120,239); }
td.TdClassName
{
border-color: #9978EF;
}
.TagClassName
{
border-color: #9978EF;
}
</style>