Shades of True V #997ECC
Tints of True V #997ECC
RGB
CMYK
RGB Variations
Color information
#997ECC (or 0x997ECC) is known color: True V. HEX triplet: 99, 7E and CC. RGB value is (153,126,204). Sum of RGB (Red+Green+Blue) = 153+126+204=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #997ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ECC is #668133. Grayscale: #8E8E8E. Windows color (decimal): -6717748 or 13401753. OLE color: 13401753.
HSL color Cylindrical-coordinate representation of color #997ECC: hue angle of 260.77º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #997ECC is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 126 | 204 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.2 |
| HSL | 260.77º | 0.43% | 0.65% | - |
| HSV(B) | 260.77º | 0.38% | 0.8% | - |
| XYZ | 31.5 | 26.05 | 60.5 | - |
| YUV | 142.97 | 162.45 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 126 | 204 | 0.25 | 0.38 | 0 | 0.2 | 260.77 | 0.43 | 0.65 |
| Hex | 99 | 7E | CC | 19 | 26 | 0 | 14 | 105 | 2B | 41 |
| Octal | 231 | 176 | 314 | 31 | 46 | 0 | 24 | 405 | 53 | 101 |
| Binary | 10011001 | 1111110 | 11001100 | 11001 | 100110 | 0 | 10100 | 100000101 | 101011 | 1000001 |
Color Harmonies of #997ECC
Complementary color
Monochromatic Colors of #997ECC
Black with #997ECC
Text Example
Text Example
White with #997ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997ECC; }
p { color: rgb(153,126,204); }
H1.HeaderClassName
{
color: #997ECC;
}
.AnyTagClassName
{
color: #997ECC;
}
</style>
background-color css
<style>
a { background-color: #997ECC; }
a { background-color: rgb(153,126,204); }
div.DivClassName
{
background-color: #997ECC;
}
.BgClassName
{
background-color: #997ECC;
}
</style>
border-color css
<style>
span { border-color: #997ECC; }
span { border-color: rgb(153,126,204); }
td.TdClassName
{
border-color: #997ECC;
}
.TagClassName
{
border-color: #997ECC;
}
</style>