Shades of Medium Purple #9788EE
Tints of Medium Purple #9788EE
RGB
CMYK
RGB Variations
Color information
#9788EE (or 0x9788EE) is known color: Medium Purple. HEX triplet: 97, 88 and EE. RGB value is (151,136,238). Sum of RGB (Red+Green+Blue) = 151+136+238=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #9788EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9788EE is #687711. Grayscale: #979797. Windows color (decimal): -6846226 or 15632535. OLE color: 15632535.
HSL color Cylindrical-coordinate representation of color #9788EE: hue angle of 248.82º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9788EE is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 136 | 238 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.07 |
| HSL | 248.82º | 0.75% | 0.73% | - |
| HSV(B) | 248.82º | 0.43% | 0.93% | - |
| XYZ | 37 | 30.36 | 84.8 | - |
| YUV | 152.11 | 176.47 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 238 | 0.37 | 0.43 | 0 | 0.07 | 248.82 | 0.75 | 0.73 |
| Hex | 97 | 88 | EE | 25 | 2B | 0 | 7 | F9 | 4B | 49 |
| Octal | 227 | 210 | 356 | 45 | 53 | 0 | 7 | 371 | 113 | 111 |
| Binary | 10010111 | 10001000 | 11101110 | 100101 | 101011 | 0 | 111 | 11111001 | 1001011 | 1001001 |
Color Harmonies of #9788EE
Complementary color
Monochromatic Colors of #9788EE
Black with #9788EE
Text Example
Text Example
White with #9788EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9788EE; }
p { color: rgb(151,136,238); }
H1.HeaderClassName
{
color: #9788EE;
}
.AnyTagClassName
{
color: #9788EE;
}
</style>
background-color css
<style>
a { background-color: #9788EE; }
a { background-color: rgb(151,136,238); }
div.DivClassName
{
background-color: #9788EE;
}
.BgClassName
{
background-color: #9788EE;
}
</style>
border-color css
<style>
span { border-color: #9788EE; }
span { border-color: rgb(151,136,238); }
td.TdClassName
{
border-color: #9788EE;
}
.TagClassName
{
border-color: #9788EE;
}
</style>