Shades of Medium Purple #977BEE
Tints of Medium Purple #977BEE
RGB
CMYK
RGB Variations
Color information
#977BEE (or 0x977BEE) is known color: Medium Purple. HEX triplet: 97, 7B and EE. RGB value is (151,123,238). Sum of RGB (Red+Green+Blue) = 151+123+238=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 123 (48.44% from 255 or 24.02% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #977BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977BEE is #688411. Grayscale: #909090. Windows color (decimal): -6849554 or 15629207. OLE color: 15629207.
HSL color Cylindrical-coordinate representation of color #977BEE: hue angle of 254.61º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #977BEE is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 123 | 238 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.07 |
| HSL | 254.61º | 0.77% | 0.71% | - |
| HSV(B) | 254.61º | 0.48% | 0.93% | - |
| XYZ | 35.28 | 26.92 | 84.23 | - |
| YUV | 144.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 238 | 0.37 | 0.48 | 0 | 0.07 | 254.61 | 0.77 | 0.71 |
| Hex | 97 | 7B | EE | 25 | 30 | 0 | 7 | FF | 4D | 47 |
| Octal | 227 | 173 | 356 | 45 | 60 | 0 | 7 | 377 | 115 | 107 |
| Binary | 10010111 | 1111011 | 11101110 | 100101 | 110000 | 0 | 111 | 11111111 | 1001101 | 1000111 |
Color Harmonies of #977BEE
Complementary color
Monochromatic Colors of #977BEE
Black with #977BEE
Text Example
Text Example
White with #977BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977BEE; }
p { color: rgb(151,123,238); }
H1.HeaderClassName
{
color: #977BEE;
}
.AnyTagClassName
{
color: #977BEE;
}
</style>
background-color css
<style>
a { background-color: #977BEE; }
a { background-color: rgb(151,123,238); }
div.DivClassName
{
background-color: #977BEE;
}
.BgClassName
{
background-color: #977BEE;
}
</style>
border-color css
<style>
span { border-color: #977BEE; }
span { border-color: rgb(151,123,238); }
td.TdClassName
{
border-color: #977BEE;
}
.TagClassName
{
border-color: #977BEE;
}
</style>