Shades of Medium Purple #977BEA
Tints of Medium Purple #977BEA
RGB
CMYK
RGB Variations
Color information
#977BEA (or 0x977BEA) is known color: Medium Purple. HEX triplet: 97, 7B and EA. RGB value is (151,123,234). Sum of RGB (Red+Green+Blue) = 151+123+234=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #977BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977BEA is #688415. Grayscale: #8F8F8F. Windows color (decimal): -6849558 or 15367063. OLE color: 15367063.
HSL color Cylindrical-coordinate representation of color #977BEA: hue angle of 255.14º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #977BEA is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 123 | 234 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.08 |
| HSL | 255.14º | 0.73% | 0.7% | - |
| HSV(B) | 255.14º | 0.47% | 0.92% | - |
| XYZ | 34.7 | 26.69 | 81.16 | - |
| YUV | 144.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 234 | 0.35 | 0.47 | 0 | 0.08 | 255.14 | 0.73 | 0.7 |
| Hex | 97 | 7B | EA | 23 | 2F | 0 | 8 | FF | 49 | 46 |
| Octal | 227 | 173 | 352 | 43 | 57 | 0 | 10 | 377 | 111 | 106 |
| Binary | 10010111 | 1111011 | 11101010 | 100011 | 101111 | 0 | 1000 | 11111111 | 1001001 | 1000110 |
Color Harmonies of #977BEA
Complementary color
Monochromatic Colors of #977BEA
Black with #977BEA
Text Example
Text Example
White with #977BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977BEA; }
p { color: rgb(151,123,234); }
H1.HeaderClassName
{
color: #977BEA;
}
.AnyTagClassName
{
color: #977BEA;
}
</style>
background-color css
<style>
a { background-color: #977BEA; }
a { background-color: rgb(151,123,234); }
div.DivClassName
{
background-color: #977BEA;
}
.BgClassName
{
background-color: #977BEA;
}
</style>
border-color css
<style>
span { border-color: #977BEA; }
span { border-color: rgb(151,123,234); }
td.TdClassName
{
border-color: #977BEA;
}
.TagClassName
{
border-color: #977BEA;
}
</style>