Shades of Cold Purple #977FBE
Tints of Cold Purple #977FBE
RGB
CMYK
RGB Variations
Color information
#977FBE (or 0x977FBE) is known color: Cold Purple. HEX triplet: 97, 7F and BE. RGB value is (151,127,190). Sum of RGB (Red+Green+Blue) = 151+127+190=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #977FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FBE is #688041. Grayscale: #8D8D8D. Windows color (decimal): -6848578 or 12484503. OLE color: 12484503.
HSL color Cylindrical-coordinate representation of color #977FBE: hue angle of 262.86º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #977FBE is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 127 | 190 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.25 |
| HSL | 262.86º | 0.33% | 0.62% | - |
| HSV(B) | 262.86º | 0.33% | 0.75% | - |
| XYZ | 29.65 | 25.48 | 52.07 | - |
| YUV | 141.36 | 155.45 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 190 | 0.21 | 0.33 | 0 | 0.25 | 262.86 | 0.33 | 0.62 |
| Hex | 97 | 7F | BE | 15 | 21 | 0 | 19 | 107 | 21 | 3E |
| Octal | 227 | 177 | 276 | 25 | 41 | 0 | 31 | 407 | 41 | 76 |
| Binary | 10010111 | 1111111 | 10111110 | 10101 | 100001 | 0 | 11001 | 100000111 | 100001 | 111110 |
Color Harmonies of #977FBE
Complementary color
Monochromatic Colors of #977FBE
Black with #977FBE
Text Example
Text Example
White with #977FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977FBE; }
p { color: rgb(151,127,190); }
H1.HeaderClassName
{
color: #977FBE;
}
.AnyTagClassName
{
color: #977FBE;
}
</style>
background-color css
<style>
a { background-color: #977FBE; }
a { background-color: rgb(151,127,190); }
div.DivClassName
{
background-color: #977FBE;
}
.BgClassName
{
background-color: #977FBE;
}
</style>
border-color css
<style>
span { border-color: #977FBE; }
span { border-color: rgb(151,127,190); }
td.TdClassName
{
border-color: #977FBE;
}
.TagClassName
{
border-color: #977FBE;
}
</style>