Shades of Medium Purple #978AEC
Tints of Medium Purple #978AEC
RGB
CMYK
RGB Variations
Color information
#978AEC (or 0x978AEC) is known color: Medium Purple. HEX triplet: 97, 8A and EC. RGB value is (151,138,236). Sum of RGB (Red+Green+Blue) = 151+138+236=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #978AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978AEC is #687513. Grayscale: #989898. Windows color (decimal): -6845716 or 15501975. OLE color: 15501975.
HSL color Cylindrical-coordinate representation of color #978AEC: hue angle of 247.96º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #978AEC is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 138 | 236 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.07 |
| HSL | 247.96º | 0.72% | 0.73% | - |
| HSV(B) | 247.96º | 0.42% | 0.93% | - |
| XYZ | 36.99 | 30.81 | 83.35 | - |
| YUV | 153.06 | 174.81 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 236 | 0.36 | 0.42 | 0 | 0.07 | 247.96 | 0.72 | 0.73 |
| Hex | 97 | 8A | EC | 24 | 2A | 0 | 7 | F8 | 48 | 49 |
| Octal | 227 | 212 | 354 | 44 | 52 | 0 | 7 | 370 | 110 | 111 |
| Binary | 10010111 | 10001010 | 11101100 | 100100 | 101010 | 0 | 111 | 11111000 | 1001000 | 1001001 |
Color Harmonies of #978AEC
Complementary color
Monochromatic Colors of #978AEC
Black with #978AEC
Text Example
Text Example
White with #978AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978AEC; }
p { color: rgb(151,138,236); }
H1.HeaderClassName
{
color: #978AEC;
}
.AnyTagClassName
{
color: #978AEC;
}
</style>
background-color css
<style>
a { background-color: #978AEC; }
a { background-color: rgb(151,138,236); }
div.DivClassName
{
background-color: #978AEC;
}
.BgClassName
{
background-color: #978AEC;
}
</style>
border-color css
<style>
span { border-color: #978AEC; }
span { border-color: rgb(151,138,236); }
td.TdClassName
{
border-color: #978AEC;
}
.TagClassName
{
border-color: #978AEC;
}
</style>