Shades of Medium Purple #978AEA
Tints of Medium Purple #978AEA
RGB
CMYK
RGB Variations
Color information
#978AEA (or 0x978AEA) is known color: Medium Purple. HEX triplet: 97, 8A and EA. RGB value is (151,138,234). Sum of RGB (Red+Green+Blue) = 151+138+234=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #978AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978AEA is #687515. Grayscale: #989898. Windows color (decimal): -6845718 or 15370903. OLE color: 15370903.
HSL color Cylindrical-coordinate representation of color #978AEA: hue angle of 248.12º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #978AEA is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 138 | 234 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.08 |
| HSL | 248.13º | 0.7% | 0.73% | - |
| HSV(B) | 248.13º | 0.41% | 0.92% | - |
| XYZ | 36.7 | 30.7 | 81.83 | - |
| YUV | 152.83 | 173.81 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 234 | 0.35 | 0.41 | 0 | 0.08 | 248.13 | 0.7 | 0.73 |
| Hex | 97 | 8A | EA | 23 | 29 | 0 | 8 | F8 | 46 | 49 |
| Octal | 227 | 212 | 352 | 43 | 51 | 0 | 10 | 370 | 106 | 111 |
| Binary | 10010111 | 10001010 | 11101010 | 100011 | 101001 | 0 | 1000 | 11111000 | 1000110 | 1001001 |
Color Harmonies of #978AEA
Complementary color
Monochromatic Colors of #978AEA
Black with #978AEA
Text Example
Text Example
White with #978AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AEA; }
p { color: rgb(151,138,234); }
H1.HeaderClassName
{
color: #978AEA;
}
.AnyTagClassName
{
color: #978AEA;
}
</style>
background-color css
<style>
a { background-color: #978AEA; }
a { background-color: rgb(151,138,234); }
div.DivClassName
{
background-color: #978AEA;
}
.BgClassName
{
background-color: #978AEA;
}
</style>
border-color css
<style>
span { border-color: #978AEA; }
span { border-color: rgb(151,138,234); }
td.TdClassName
{
border-color: #978AEA;
}
.TagClassName
{
border-color: #978AEA;
}
</style>