Shades of Medium Purple #9978E7
Tints of Medium Purple #9978E7
RGB
CMYK
RGB Variations
Color information
#9978E7 (or 0x9978E7) is known color: Medium Purple. HEX triplet: 99, 78 and E7. RGB value is (153,120,231). Sum of RGB (Red+Green+Blue) = 153+120+231=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #9978E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9978E7 is #668718. Grayscale: #8E8E8E. Windows color (decimal): -6719257 or 15169689. OLE color: 15169689.
HSL color Cylindrical-coordinate representation of color #9978E7: hue angle of 257.84º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9978E7 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 120 | 231 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.09 |
| HSL | 257.84º | 0.7% | 0.69% | - |
| HSV(B) | 257.84º | 0.48% | 0.91% | - |
| XYZ | 34.28 | 25.97 | 78.81 | - |
| YUV | 142.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 231 | 0.34 | 0.48 | 0 | 0.09 | 257.84 | 0.7 | 0.69 |
| Hex | 99 | 78 | E7 | 22 | 30 | 0 | 9 | 102 | 46 | 45 |
| Octal | 231 | 170 | 347 | 42 | 60 | 0 | 11 | 402 | 106 | 105 |
| Binary | 10011001 | 1111000 | 11100111 | 100010 | 110000 | 0 | 1001 | 100000010 | 1000110 | 1000101 |
Color Harmonies of #9978E7
Complementary color
Monochromatic Colors of #9978E7
Black with #9978E7
Text Example
Text Example
White with #9978E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9978E7; }
p { color: rgb(153,120,231); }
H1.HeaderClassName
{
color: #9978E7;
}
.AnyTagClassName
{
color: #9978E7;
}
</style>
background-color css
<style>
a { background-color: #9978E7; }
a { background-color: rgb(153,120,231); }
div.DivClassName
{
background-color: #9978E7;
}
.BgClassName
{
background-color: #9978E7;
}
</style>
border-color css
<style>
span { border-color: #9978E7; }
span { border-color: rgb(153,120,231); }
td.TdClassName
{
border-color: #9978E7;
}
.TagClassName
{
border-color: #9978E7;
}
</style>