Shades of True V #977DC9
Tints of True V #977DC9
RGB
CMYK
RGB Variations
Color information
#977DC9 (or 0x977DC9) is known color: True V. HEX triplet: 97, 7D and C9. RGB value is (151,125,201). Sum of RGB (Red+Green+Blue) = 151+125+201=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #977DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DC9 is #688236. Grayscale: #8D8D8D. Windows color (decimal): -6849079 or 13204887. OLE color: 13204887.
HSL color Cylindrical-coordinate representation of color #977DC9: hue angle of 260.53º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #977DC9 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 125 | 201 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.21 |
| HSL | 260.53º | 0.41% | 0.64% | - |
| HSV(B) | 260.53º | 0.38% | 0.79% | - |
| XYZ | 30.64 | 25.46 | 58.56 | - |
| YUV | 141.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 201 | 0.25 | 0.38 | 0 | 0.21 | 260.53 | 0.41 | 0.64 |
| Hex | 97 | 7D | C9 | 19 | 26 | 0 | 15 | 105 | 29 | 40 |
| Octal | 227 | 175 | 311 | 31 | 46 | 0 | 25 | 405 | 51 | 100 |
| Binary | 10010111 | 1111101 | 11001001 | 11001 | 100110 | 0 | 10101 | 100000101 | 101001 | 1000000 |
Color Harmonies of #977DC9
Complementary color
Monochromatic Colors of #977DC9
Black with #977DC9
Text Example
Text Example
White with #977DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977DC9; }
p { color: rgb(151,125,201); }
H1.HeaderClassName
{
color: #977DC9;
}
.AnyTagClassName
{
color: #977DC9;
}
</style>
background-color css
<style>
a { background-color: #977DC9; }
a { background-color: rgb(151,125,201); }
div.DivClassName
{
background-color: #977DC9;
}
.BgClassName
{
background-color: #977DC9;
}
</style>
border-color css
<style>
span { border-color: #977DC9; }
span { border-color: rgb(151,125,201); }
td.TdClassName
{
border-color: #977DC9;
}
.TagClassName
{
border-color: #977DC9;
}
</style>