Shades of Medium Purple #977BEF
Tints of Medium Purple #977BEF
RGB
CMYK
RGB Variations
Color information
#977BEF (or 0x977BEF) is known color: Medium Purple. HEX triplet: 97, 7B and EF. RGB value is (151,123,239). Sum of RGB (Red+Green+Blue) = 151+123+239=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #977BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977BEF is #688410. Grayscale: #909090. Windows color (decimal): -6849553 or 15694743. OLE color: 15694743.
HSL color Cylindrical-coordinate representation of color #977BEF: hue angle of 254.48º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #977BEF is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 123 | 239 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.06 |
| HSL | 254.48º | 0.78% | 0.71% | - |
| HSV(B) | 254.48º | 0.49% | 0.94% | - |
| XYZ | 35.43 | 26.98 | 85 | - |
| YUV | 144.6 | 181.28 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 123 | 239 | 0.37 | 0.49 | 0 | 0.06 | 254.48 | 0.78 | 0.71 |
| Hex | 97 | 7B | EF | 25 | 31 | 0 | 6 | FE | 4E | 47 |
| Octal | 227 | 173 | 357 | 45 | 61 | 0 | 6 | 376 | 116 | 107 |
| Binary | 10010111 | 1111011 | 11101111 | 100101 | 110001 | 0 | 110 | 11111110 | 1001110 | 1000111 |
Color Harmonies of #977BEF
Complementary color
Monochromatic Colors of #977BEF
Black with #977BEF
Text Example
Text Example
White with #977BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977BEF; }
p { color: rgb(151,123,239); }
H1.HeaderClassName
{
color: #977BEF;
}
.AnyTagClassName
{
color: #977BEF;
}
</style>
background-color css
<style>
a { background-color: #977BEF; }
a { background-color: rgb(151,123,239); }
div.DivClassName
{
background-color: #977BEF;
}
.BgClassName
{
background-color: #977BEF;
}
</style>
border-color css
<style>
span { border-color: #977BEF; }
span { border-color: rgb(151,123,239); }
td.TdClassName
{
border-color: #977BEF;
}
.TagClassName
{
border-color: #977BEF;
}
</style>