Shades of Medium Purple #9978EA
Tints of Medium Purple #9978EA
RGB
CMYK
RGB Variations
Color information
#9978EA (or 0x9978EA) is known color: Medium Purple. HEX triplet: 99, 78 and EA. RGB value is (153,120,234). Sum of RGB (Red+Green+Blue) = 153+120+234=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #9978EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9978EA is #668715. Grayscale: #8E8E8E. Windows color (decimal): -6719254 or 15366297. OLE color: 15366297.
HSL color Cylindrical-coordinate representation of color #9978EA: hue angle of 257.37º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9978EA is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 120 | 234 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.08 |
| HSL | 257.37º | 0.73% | 0.69% | - |
| HSV(B) | 257.37º | 0.49% | 0.92% | - |
| XYZ | 34.7 | 26.15 | 81.06 | - |
| YUV | 142.86 | 179.43 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 234 | 0.35 | 0.49 | 0 | 0.08 | 257.37 | 0.73 | 0.69 |
| Hex | 99 | 78 | EA | 23 | 31 | 0 | 8 | 101 | 49 | 45 |
| Octal | 231 | 170 | 352 | 43 | 61 | 0 | 10 | 401 | 111 | 105 |
| Binary | 10011001 | 1111000 | 11101010 | 100011 | 110001 | 0 | 1000 | 100000001 | 1001001 | 1000101 |
Color Harmonies of #9978EA
Complementary color
Monochromatic Colors of #9978EA
Black with #9978EA
Text Example
Text Example
White with #9978EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9978EA; }
p { color: rgb(153,120,234); }
H1.HeaderClassName
{
color: #9978EA;
}
.AnyTagClassName
{
color: #9978EA;
}
</style>
background-color css
<style>
a { background-color: #9978EA; }
a { background-color: rgb(153,120,234); }
div.DivClassName
{
background-color: #9978EA;
}
.BgClassName
{
background-color: #9978EA;
}
</style>
border-color css
<style>
span { border-color: #9978EA; }
span { border-color: rgb(153,120,234); }
td.TdClassName
{
border-color: #9978EA;
}
.TagClassName
{
border-color: #9978EA;
}
</style>