Shades of True V #977FC9
Tints of True V #977FC9
RGB
CMYK
RGB Variations
Color information
#977FC9 (or 0x977FC9) is known color: True V. HEX triplet: 97, 7F and C9. RGB value is (151,127,201). Sum of RGB (Red+Green+Blue) = 151+127+201=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 201 - color contains mainly: blue. Hex color #977FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FC9 is #688036. Grayscale: #8E8E8E. Windows color (decimal): -6848567 or 13205399. OLE color: 13205399.
HSL color Cylindrical-coordinate representation of color #977FC9: hue angle of 259.46º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #977FC9 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 127 | 201 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.21 |
| HSL | 259.46º | 0.41% | 0.64% | - |
| HSV(B) | 259.46º | 0.37% | 0.79% | - |
| XYZ | 30.89 | 25.98 | 58.64 | - |
| YUV | 142.61 | 160.95 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 127 | 201 | 0.25 | 0.37 | 0 | 0.21 | 259.46 | 0.41 | 0.64 |
| Hex | 97 | 7F | C9 | 19 | 25 | 0 | 15 | 103 | 29 | 40 |
| Octal | 227 | 177 | 311 | 31 | 45 | 0 | 25 | 403 | 51 | 100 |
| Binary | 10010111 | 1111111 | 11001001 | 11001 | 100101 | 0 | 10101 | 100000011 | 101001 | 1000000 |
Color Harmonies of #977FC9
Complementary color
Monochromatic Colors of #977FC9
Black with #977FC9
Text Example
Text Example
White with #977FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977FC9; }
p { color: rgb(151,127,201); }
H1.HeaderClassName
{
color: #977FC9;
}
.AnyTagClassName
{
color: #977FC9;
}
</style>
background-color css
<style>
a { background-color: #977FC9; }
a { background-color: rgb(151,127,201); }
div.DivClassName
{
background-color: #977FC9;
}
.BgClassName
{
background-color: #977FC9;
}
</style>
border-color css
<style>
span { border-color: #977FC9; }
span { border-color: rgb(151,127,201); }
td.TdClassName
{
border-color: #977FC9;
}
.TagClassName
{
border-color: #977FC9;
}
</style>