Shades of True V #977DCD
Tints of True V #977DCD
RGB
CMYK
RGB Variations
Color information
#977DCD (or 0x977DCD) is known color: True V. HEX triplet: 97, 7D and CD. RGB value is (151,125,205). Sum of RGB (Red+Green+Blue) = 151+125+205=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #977DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DCD is #688232. Grayscale: #8D8D8D. Windows color (decimal): -6849075 or 13467031. OLE color: 13467031.
HSL color Cylindrical-coordinate representation of color #977DCD: hue angle of 259.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #977DCD is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 125 | 205 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.20 |
| HSL | 259.5º | 0.44% | 0.65% | - |
| HSV(B) | 259.5º | 0.39% | 0.8% | - |
| XYZ | 31.12 | 25.65 | 61.07 | - |
| YUV | 141.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 205 | 0.26 | 0.39 | 0 | 0.20 | 259.5 | 0.44 | 0.65 |
| Hex | 97 | 7D | CD | 1A | 27 | 0 | 14 | 104 | 2C | 41 |
| Octal | 227 | 175 | 315 | 32 | 47 | 0 | 24 | 404 | 54 | 101 |
| Binary | 10010111 | 1111101 | 11001101 | 11010 | 100111 | 0 | 10100 | 100000100 | 101100 | 1000001 |
Color Harmonies of #977DCD
Complementary color
Monochromatic Colors of #977DCD
Black with #977DCD
Text Example
Text Example
White with #977DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977DCD; }
p { color: rgb(151,125,205); }
H1.HeaderClassName
{
color: #977DCD;
}
.AnyTagClassName
{
color: #977DCD;
}
</style>
background-color css
<style>
a { background-color: #977DCD; }
a { background-color: rgb(151,125,205); }
div.DivClassName
{
background-color: #977DCD;
}
.BgClassName
{
background-color: #977DCD;
}
</style>
border-color css
<style>
span { border-color: #977DCD; }
span { border-color: rgb(151,125,205); }
td.TdClassName
{
border-color: #977DCD;
}
.TagClassName
{
border-color: #977DCD;
}
</style>