Shades of Medium Purple #977FE6
Tints of Medium Purple #977FE6
RGB
CMYK
RGB Variations
Color information
#977FE6 (or 0x977FE6) is known color: Medium Purple. HEX triplet: 97, 7F and E6. RGB value is (151,127,230). Sum of RGB (Red+Green+Blue) = 151+127+230=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #977FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977FE6 is #688019. Grayscale: #919191. Windows color (decimal): -6848538 or 15105943. OLE color: 15105943.
HSL color Cylindrical-coordinate representation of color #977FE6: hue angle of 253.98º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #977FE6 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 127 | 230 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.10 |
| HSL | 253.98º | 0.67% | 0.7% | - |
| HSV(B) | 253.98º | 0.45% | 0.9% | - |
| XYZ | 34.63 | 27.47 | 78.34 | - |
| YUV | 145.92 | 175.45 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 230 | 0.34 | 0.45 | 0 | 0.10 | 253.98 | 0.67 | 0.7 |
| Hex | 97 | 7F | E6 | 22 | 2D | 0 | A | FE | 43 | 46 |
| Octal | 227 | 177 | 346 | 42 | 55 | 0 | 12 | 376 | 103 | 106 |
| Binary | 10010111 | 1111111 | 11100110 | 100010 | 101101 | 0 | 1010 | 11111110 | 1000011 | 1000110 |
Color Harmonies of #977FE6
Complementary color
Monochromatic Colors of #977FE6
Black with #977FE6
Text Example
Text Example
White with #977FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977FE6; }
p { color: rgb(151,127,230); }
H1.HeaderClassName
{
color: #977FE6;
}
.AnyTagClassName
{
color: #977FE6;
}
</style>
background-color css
<style>
a { background-color: #977FE6; }
a { background-color: rgb(151,127,230); }
div.DivClassName
{
background-color: #977FE6;
}
.BgClassName
{
background-color: #977FE6;
}
</style>
border-color css
<style>
span { border-color: #977FE6; }
span { border-color: rgb(151,127,230); }
td.TdClassName
{
border-color: #977FE6;
}
.TagClassName
{
border-color: #977FE6;
}
</style>